mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
21 lines
485 B
Diff
21 lines
485 B
Diff
|
diff --git a/cdk/cmake/bootstrap.cmake b/cdk/cmake/bootstrap.cmake
|
||
|
index dd597dd..3d9a41f 100644
|
||
|
--- a/cdk/cmake/bootstrap.cmake
|
||
|
+++ b/cdk/cmake/bootstrap.cmake
|
||
|
@@ -93,14 +93,7 @@ function(bootstrap)
|
||
|
|
||
|
message("-- ----")
|
||
|
|
||
|
- execute_process(
|
||
|
- COMMAND ${CMAKE_COMMAND}
|
||
|
- -G ${CMAKE_GENERATOR}
|
||
|
- ${cmake_opts}
|
||
|
- ${src_dir}
|
||
|
- WORKING_DIRECTORY ${bin_dir}
|
||
|
- RESULT_VARIABLE res
|
||
|
- )
|
||
|
+ set(res "Cache breaks vcpkg toolchain")
|
||
|
|
||
|
#message(FATAL_ERROR "!!! STOP")
|
||
|
|