Skip to content

Commit 6125df6

Browse files
committed
cmake: always build inner project for "CMakeProject-build" project
After: $ make [ 33%] Built target CMakeProject-src-download [ 37%] Performing build step for 'CMakeProject-build' -- CMakeProject-build build command succeeded. See also /work/_skbuild/cmake-build/CMakeProject-build-prefix/src/CMakeProject-build-stamp/CMakeProject-build-build-*.log [ 41%] No install step for 'CMakeProject-build' [ 45%] Completed 'CMakeProject-build' [ 66%] Built target CMakeProject-build [ 70%] Performing configure step for 'CMakePythonDistributions' loading initial cache file /work/_skbuild/cmake-build/CMakePythonDistributions-prefix/tmp/CMakePythonDistributions-cache-Release.cmake -- Configuring done -- Generating done -- Build files have been written to: /work/_skbuild/cmake-build/CMakePythonDistributions-build [ 75%] Performing build step for 'CMakePythonDistributions' [ 79%] No install step for 'CMakePythonDistributions' [ 83%] Completed 'CMakePythonDistributions' [100%] Built target CMakePythonDistributions Before: $ make [ 33%] Built target CMakeProject-src-download [ 66%] Built target CMakeProject-build [100%] Built target CMakePythonDistributions
1 parent b83b341 commit 6125df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ if(CMakePythonDistributions_SUPERBUILD)
107107
CONFIGURE_COMMAND ""
108108
BUILD_COMMAND ""
109109
BUILD_IN_SOURCE 1
110-
BUILD_ALWAYS 1
111110
INSTALL_COMMAND ""
112111
${depends_args}
113112
)
@@ -178,6 +177,7 @@ if(CMakePythonDistributions_SUPERBUILD)
178177
BINARY_DIR ${CMakeProject_BINARY_DIR}
179178
DOWNLOAD_COMMAND ""
180179
UPDATE_COMMAND ""
180+
BUILD_ALWAYS 1
181181
CMAKE_CACHE_ARGS
182182
-DBUILD_CursesDialog:BOOL=OFF
183183
-DCMAKE_USE_OPENSSL:BOOL=ON

0 commit comments

Comments
 (0)