Changes between Initial Version and Version 1 of Ticket #49213, comment 3
- Timestamp:
- Oct 9, 2015, 7:16:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49213, comment 3
initial v1 8 8 9 9 Well, {{{work/build/CMakeCache.txt}}} does not contain that specific variable for {{{kdevelop}}}... 10 11 But there is this: 12 {{{ 13 //Path to CMake installation. 14 CMAKE_ROOT:INTERNAL=/opt/local/share/cmake-3.3 15 16 //No help, variable specified on the command line. 17 CMAKE_MODULE_PATH:UNINITIALIZED=/opt/local/share/cmake/Modules 18 }}}