aboutsummaryrefslogtreecommitdiff
path: root/cmake/examples.cmake
diff options
context:
space:
mode:
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}"