vcpkg/ports/mysql-connector-cpp/dont-preload-cache.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")