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
22809b1665
CMake
/
Tests
/
RunCMake
/
CMP0038
/
CMakeLists.txt
4 lines
101 B
CMake
Raw
Normal View
History
Unescape
Escape
Disallow link-to-self (#13947).
2013-11-05 21:01:09 +04:00
cmake_minimum_required
(
VERSION
2.8.12
)
project
(
${
RunCMake_TEST
}
CXX
)
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
)