CMake/Tests/RunCMake/CMP0065/RunCMakeTest.cmake
Chuck Atkins 9784af1b50 CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS
This new policy restricts the addition of the shared library link flags
to executables only when the ENABLE_EXPORTS property is set to True.
2015-09-21 10:12:13 -04:00

9 lines
133 B
CMake

include(RunCMake)
run_cmake(OLDBad1)
run_cmake(OLDBad2)
run_cmake(NEWBad)
run_cmake(NEWGood)
run_cmake(WARN-OFF)
run_cmake(WARN-ON)