This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
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-28 17:34:34 -04:00
add_executable
(
Policy0002
../policy0002.c
)
Reference in New Issue
Copy Permalink