瀏覽代碼

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 年之前
父節點
當前提交
72029a2ef9
共有 1 個文件被更改,包括 1 次插入0 次删除
  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