MantisBT - CMake
View Issue Details
0015522CMakeCPackpublic2015-04-18 09:292016-06-10 14:31
Stephen Kelly 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0015522: CPack config file ignored if relative

A simple CMakeLists file:

 cmake_minimum_required(VERSION 2.8)
 project(cmaketest CXX)

 set(CPACK_PROJECT_CONFIG_FILE "MyCPack.cmake")
 include(CPack)

The MyCPack.cmake file is not found in the source dir unless I change the line to

 set(CPACK_PROJECT_CONFIG_FILE "${CMAKE_SOURCE_DIR}/MyCPack.cmake")

No tags attached.
Issue History
2015-04-18 09:29Stephen KellyNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042761
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042761)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.