From 13fa0acb2b3967577ea6ef154b1743a4e9171311 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Sun, 30 Jun 2019 12:52:08 +0200 Subject: [PATCH] pass BUILD_STUB_FILES option to superbuild --- cmake/SuperBuild.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/SuperBuild.cmake b/cmake/SuperBuild.cmake index 646de088..06174b10 100644 --- a/cmake/SuperBuild.cmake +++ b/cmake/SuperBuild.cmake @@ -145,6 +145,7 @@ set_vars( NETGEN_CMAKE_ARGS USE_SPDLOG DEBUG_LOG CHECK_RANGE + BUILD_STUB_FILES ) # propagate all variables set on the command line using cmake -DFOO=BAR