Sfoglia il codice sorgente

Suppress configure step in CTK-build target

Configuration was done twice since there is an extra
CTK-configure target on which CTK-build depends.
Marco Nolden 14 anni fa
parent
commit
72029a2ef9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      SuperBuild.cmake

+ 1 - 0
SuperBuild.cmake

@@ -260,6 +260,7 @@ IF(NOT DEFINED SUPERBUILD_EXCLUDE_CTKBUILD_TARGET OR NOT SUPERBUILD_EXCLUDE_CTKB
   SET(proj CTK-build)
   ExternalProject_Add(${proj}
     DOWNLOAD_COMMAND ""
+    CONFIGURE_COMMAND ""
     CMAKE_GENERATOR ${gen}
     SOURCE_DIR ${CTK_SOURCE_DIR}
     BINARY_DIR CTK-build