aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/examples.cmake
diff options
context:
space:
mode:
authorGravatar Walter Gray <wgray@leapmotion.com>2016-06-09 13:03:59 -0700
committerGravatar Walter Gray <wgray@leapmotion.com>2016-06-09 17:27:46 -0700
commit78b3498bf4751a04e9dee5eb443cb40674e36d64 (patch)
tree3aa292ead1c8de876abde2af41f586dd5eba1349 /cmake/examples.cmake
parent401e07d3726e91659228dff8ed9f7cb02026c47e (diff)
Save the relevant options used to create a package, allow users to reject packages based on them.
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}
)