Commit 6125df6
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 CMakePythonDistributions1 parent b83b341 commit 6125df6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments