aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/examples.cmake
diff options
context:
space:
mode:
authorGravatar Walter Gray <wgray@leapmotion.com>2016-06-09 15:38:39 -0700
committerGravatar Walter Gray <wgray@leapmotion.com>2016-06-09 17:22:31 -0700
commit5ebcfc1cfdf9665171044a48c267ed2d7136b356 (patch)
tree7c1a1b02761db0eb80cdf0e69133cdbc5ae9456f /cmake/examples.cmake
parent401e07d3726e91659228dff8ed9f7cb02026c47e (diff)
Fix prerelease version matching to be more consistent with the find_package arguments.
Diffstat (limited to 'cmake/examples.cmake')
-rw-r--r--cmake/examples.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/examples.cmake b/cmake/examples.cmake
index 5a2538e4..0e33cd5a 100644
--- a/cmake/examples.cmake
+++ b/cmake/examples.cmake
@@ -11,6 +11,7 @@ include(ExternalProject)
# Internal utility function: Create a custom target representing a build of examples with custom options.
function(add_examples_build NAME)
+
ExternalProject_Add(${NAME}
PREFIX ${NAME}
SOURCE_DIR "${examples_dir}"