aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/examples.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/examples.cmake')
-rw-r--r--cmake/examples.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/examples.cmake b/cmake/examples.cmake
index 5a2538e4..5c6a1afd 100644
--- a/cmake/examples.cmake
+++ b/cmake/examples.cmake
@@ -18,8 +18,7 @@ function(add_examples_build NAME)
STAMP_DIR ${NAME}/logs
INSTALL_COMMAND "" #Skip
LOG_CONFIGURE 1
- CMAKE_CACHE_ARGS "-Dprotobuf_MSVC_STATIC_RUNTIME:BOOL=${protobuf_MSVC_STATIC_RUNTIME}"
- "-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}"
+ CMAKE_CACHE_ARGS "-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}"
"-Dprotobuf_VERBOSE:BOOL=${protobuf_VERBOSE}"
${ARGN}
)