This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
51c82c3a66
CMake
/
Tests
/
RunCMake
/
CMP0027
/
CMakeLists.txt
4 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors.
2013-06-18 18:33:33 +04:00
cmake_minimum_required
(
VERSION
2.8.4
)
project
(
${
RunCMake_TEST
}
NONE
)
Record more policies on targets when created Policies CMP0027, CMP0038, and CMP0046 have per-target meaning so record the policy settings on targets as they are created.
2014-03-06 18:18:37 +04:00
include
(
${
RunCMake_TEST
}
.cmake
)