ソースを参照

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