Skip to content

Commit

Permalink
Suppress configure step in CTK-build target
Browse files Browse the repository at this point in the history
Configuration was done twice since there is an extra
CTK-configure target on which CTK-build depends.
  • Loading branch information
nolden committed Jun 17, 2011
1 parent b6304d3 commit 72029a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72029a2

Please sign in to comment.