|
@@ -594,6 +594,12 @@ IF(CTK_SUPERBUILD)
|
|
|
RETURN()
|
|
|
ENDIF()
|
|
|
|
|
|
+
|
|
|
+#=============================================================================
|
|
|
+# End of Superbuild
|
|
|
+#=============================================================================
|
|
|
+
|
|
|
+
|
|
|
#-----------------------------------------------------------------------------
|
|
|
# Expand variables containing include and library directories for external projects
|
|
|
# This relies on the variable EXTERNAL_TARGETS set in ctkMacroValidateBuildOptions
|
|
@@ -660,10 +666,11 @@ ENDIF()
|
|
|
#-----------------------------------------------------------------------------
|
|
|
# Configure files with settings
|
|
|
#
|
|
|
-
|
|
|
CONFIGURE_FILE(${CTK_SOURCE_DIR}/UseCTK.cmake.in
|
|
|
${CTK_SUPERBUILD_BINARY_DIR}/UseCTK.cmake COPYONLY IMMEDIATE)
|
|
|
|
|
|
+SET(CTK_CONFIG_H_INCLUDE_DIR ${CTK_BINARY_DIR})
|
|
|
+
|
|
|
#-----------------------------------------------------------------------------
|
|
|
# Set C/CXX Flags
|
|
|
#
|