Sfoglia il codice sorgente

ENH: convert to work with the new syntax for ADD_SUBDIRECTORY

Ken Martin 20 anni fa
parent
commit
9a326a48e7
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      Tests/OutOfSource/SubDir/CMakeLists.txt

+ 1 - 2
Tests/OutOfSource/SubDir/CMakeLists.txt

@@ -1,4 +1,3 @@
 PROJECT(ANOTHER_PROJ)
 # subdir to a sibling dir
-ADD_SUBDIRECTORY(OutOfSourceSubdir 
-  ${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir)
+ADD_SUBDIRECTORY(${OutOfSource_SOURCE_DIR}/${KEN}OutOfSourceSubdir OutOfSourceSubdir )