View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001446CMakeCTestpublic2004-12-29 10:122005-01-28 13:00
ReporterSystem Admin 
Assigned ToSystem Admin 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001446: cmake -P does not set current source dir correctly
Descriptioncmake -P foo.cmake

where foo.cmake contains:

MESSAGE("SD: ${CMAKE_CURRENT_SOURCE_DIR}")
MESSAGE("BD: ${CMAKE_CURRENT_BINARY_DIR}")

displays:

Running cmake script file foo.cmake
SD: /home/andy/foo.cmake
BD: /home/andy
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0001994)
System Admin (reporter)
2005-01-28 13:00

cvs commit -m "BUG: prevent -P or script to be passed as homedirectory" Source/cmake.cxx
/cvsroot/CMake/CMake/Source/cmake.cxx,v <-- cmake.cxx
new revision: 1.185; previous revision: 1.184

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team