Explorar el Código

Don't clear the CTK_EXTERNAL_LIBRARY_DIRS variable.

This variable has been set in the external project's CMake files,
included from the top-level CMakeLists.txt script.
Sascha Zelzer hace 11 años
padre
commit
47e9d662bc
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      SuperBuild.cmake

+ 1 - 2
SuperBuild.cmake

@@ -25,12 +25,11 @@
 #-----------------------------------------------------------------------------
 
 #-----------------------------------------------------------------------------
-# Declare CTK_EXTERNAL_LIBRARY_DIRS variable - This variable stores
+# The CTK_EXTERNAL_LIBRARY_DIRS variable stores
 # the library output directory associated with the different external project
 # It's then used in CMake/LastConfigureStep/CTKGenerateCTKConfig.cmake to
 # configure CTKConfig.cmake.in
 # This variable would then be exposed to project building against CTK
-set(CTK_EXTERNAL_LIBRARY_DIRS)
 
 #-----------------------------------------------------------------------------
 # Make sure ${CTK_BINARY_DIR}/CTK-build/bin exists