blob: d7a8a7fe523e0c79383bdaabdad4ecf1cf6a8690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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")
|