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 b6eef4f + a192e67 commit 6c7e550Copy full SHA for 6c7e550
tools/SourceKit/CMakeLists.txt
@@ -105,7 +105,9 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
105
${SWIFT_PATH_TO_LIBDISPATCH_BUILD}/src/${CMAKE_SHARED_LIBRARY_PREFIX}dispatch${CMAKE_SHARED_LIBRARY_SUFFIX}
106
${SWIFT_PATH_TO_LIBDISPATCH_BUILD}/${CMAKE_STATIC_LIBRARY_PREFIX}BlocksRuntime${CMAKE_STATIC_LIBRARY_SUFFIX}
107
STEP_TARGETS
108
- configure)
+ configure
109
+ BUILD_ALWAYS
110
+ 1)
111
112
# CMake does not like the addition of INTERFACE_INCLUDE_DIRECTORIES without
113
# the directory existing. Just create the location which will be populated
0 commit comments