65a78ec5b8
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.
2 lines
43 B
CMake
2 lines
43 B
CMake
add_executable(Policy0002 ../policy0002.c)
|