Notes |
|
(0039146)
|
Brad King
|
2015-07-15 13:34
|
|
|
|
(0039147)
|
James Bigler
|
2015-07-15 13:37
|
|
That's fine if I don't want parts of the script to be configured with values of CMake variables (e.g. ${CMAKE_CURRENT_BINARY_DIR}). Is it possible to use generator expressions that access CMake variables? |
|
|
(0039151)
|
Brad King
|
2015-07-15 13:46
|
|
Re 0015653:0039147: Use configure_file() to evaluate the CMake variables into a temporary file and then use that as the input to file(GENERATE). This should get you going for now.
Having explicit permissions options is a worthwhile proposal. |
|
|
(0039152)
|
James Bigler
|
2015-07-15 14:09
|
|
Probably worth adding to file(WRITE) as well for symmetry. |
|
|
(0042809)
|
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. |
|