CMake/Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake
Brad King 5f30f1754a GNUInstallDirs: Add test cases
Add a RunCMake.GNUInstallDirs test with cases covering various install
prefixes.  Hard-code the architecture information.  Tolerate all
platform-specific LIBDIR values.

Currently the root prefix is not handled well, but verify the current
behavior in the test anyway.  This can be addressed with a future
change.

Inspired-by: Alex Turbov <i.zaufi@gmail.com>
2015-06-18 08:59:24 -04:00

7 lines
85 B
CMake

include(RunCMake)
run_cmake(Opt)
run_cmake(Root)
run_cmake(Usr)
run_cmake(UsrLocal)