MantisBT - CMake
View Issue Details
0014989CMakeCMakepublic2014-06-24 16:552015-01-05 08:38
Daniel Pfeifer 
Brad King 
normalmajoralways
closedfixed 
CMake 3.0 
CMake 3.0.1CMake 3.0.1 
0014989: cannot build targets 'test' or 'package' after bootstrapping
After calling './bootstrap', building the targets 'test' or 'package' fails to find 'ctest' and 'cpack' binaries in directory 'Bootstrap.cmk'.
$ ./bootstrap && make

$ make test
Running tests...
make: Bootstrap.cmk/ctest: Command not found
Makefile:137: recipe for target 'test' failed
make: *** [test] Error 127

$ make package
Run CPack packaging tool...
make: Bootstrap.cmk/cpack: Command not found
Makefile:107: recipe for target 'package' failed
make: *** [package] Error 127
No tags attached.
Issue History
2014-06-24 16:55Daniel PfeiferNew Issue
2014-06-25 13:38Brad KingNote Added: 0036249
2014-06-25 13:40Brad KingAssigned To => Brad King
2014-06-25 13:40Brad KingStatusnew => assigned
2014-06-25 13:40Brad KingTarget Version => CMake 3.0.1
2014-06-27 09:47Brad KingStatusassigned => resolved
2014-06-27 09:47Brad KingResolutionopen => fixed
2014-06-27 09:47Brad KingFixed in Version => CMake 3.0.1
2015-01-05 08:38Robert MaynardNote Added: 0037574
2015-01-05 08:38Robert MaynardStatusresolved => closed

Notes
(0036249)
Brad King   
2014-06-25 13:38   
Thanks. Fixed:

 bootstrap: Clarify name of configured source directory
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bc151757 [^]

 bootstrap: Fix "make test" and "make package" targets
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6650b0fa [^]
(0037574)
Robert Maynard   
2015-01-05 08:38   
Closing resolved issues that have not been updated in more than 4 months.