aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/examples.cmake
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xiaofeng@google.com>2016-06-17 13:15:49 -0700
committerGravatar GitHub <noreply@github.com>2016-06-17 13:15:49 -0700
commit4f93098eb35b4868543b73d6023b07cb169c5a3a (patch)
treea8bef1b0bfbf36d713a979351c65e2e1b4e75249 /cmake/examples.cmake
parentb7560df598f1c7c443b724403fbf102a2bbf75ba (diff)
parent5ebcfc1cfdf9665171044a48c267ed2d7136b356 (diff)
Merge pull request #1666 from yeswalrus/cmake-prerelease-examples
CMake Fix up prerelease version handling
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 5c6a1afd..83d0e988 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}"