We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f6bc42 + c53b972 commit 651ad0eCopy full SHA for 651ad0e
src/MetadataGenerator.cmake
@@ -5,6 +5,7 @@ ExternalProject_Add(MetadataGenerator
5
-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/metadataGenerator
6
-DCMAKE_BUILD_TYPE=$<CONFIG>
7
"${CMAKE_SOURCE_DIR}/src/metadata-generator"
8
+ BUILD_ALWAYS 1
9
BUILD_COMMAND env -i "${CMAKE_COMMAND}"
10
--build .
11
--target install
src/WebKit.cmake
@@ -58,6 +58,7 @@ ExternalProject_Add(
58
SOURCE_DIR ${WEBKIT_SOURCE_DIR}
59
CMAKE_GENERATOR ${CMAKE_GENERATOR}
60
CMAKE_ARGS ${WEBKIT_CMAKE_ARGS}
61
62
BUILD_COMMAND ${CMAKE_SOURCE_DIR}/build/scripts/build-step-webkit.sh
63
INSTALL_COMMAND ""
64
)
0 commit comments