CMake/Tests/RunCMake/GeneratorExpression/BadInstallPrefix.cmake
Stephen Kelly df4d2b28b2 Make it an error for INSTALL_PREFIX to be evaluated.
An empty string is not likely going to produce expected results
in any evaluation context. It is replaced by preprocessing
currently.
2013-01-31 17:27:06 +01:00

4 lines
82 B
CMake

add_custom_target(check ALL COMMAND check
$<INSTALL_PREFIX>/include
VERBATIM)