View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010838CMakeCTestpublic2010-06-16 12:122010-12-08 08:14
ReporterMathieu Malaterre 
Assigned ToDavid Cole 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010838: CTEST_BUILD_COMMAND conflicts with CTEST_BUILD_TARGET
DescriptionThe following script:

SET(CTEST_BUILD_TARGET "StyleCheck")
CTEST_BUILD (BUILD "${CTEST_BINARY_DIRECTORY}" APPEND)


only works when CTEST_BUILD_COMMAND is not defined first (eg. make -i)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0023790)
David Cole (manager)
2010-12-08 08:14

This is correct behavior.

If CTEST_BUILD_COMMAND is defined, then it is simply executed by the ctest_build() command. If it is not defined, then ctest_build() computes the appropriate build command based on its arguments and other variable settings, including CTEST_BUILD_TARGET.

 Issue History
Date Modified Username Field Change
2010-06-16 12:12 Mathieu Malaterre New Issue
2010-12-08 08:12 David Cole Assigned To => David Cole
2010-12-08 08:12 David Cole Status new => assigned
2010-12-08 08:14 David Cole Note Added: 0023790
2010-12-08 08:14 David Cole Status assigned => closed
2010-12-08 08:14 David Cole Resolution open => no change required


Copyright © 2000 - 2018 MantisBT Team