Selaa lähdekoodia

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 11 vuotta sitten
vanhempi
commit
47e9d662bc
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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