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
5c87b92b1b
CMake
/
Tests
/
Policy0002
/
A
/
CMakeLists.txt
2 lines
43 B
CMake
Raw
Normal View
History
Unescape
Escape
Test support for OLD behavior of policy CMP0002 Policy CMP0002's OLD behavior allows duplicate non-custom targets. We test it with a project that builds two executables of the same name by setting CMP0002 to OLD.
2009-09-29 01:34:34 +04:00
add_executable
(
Policy0002
../policy0002.c
)