You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
225 B

include(RunCMake)
function(run_cmp0153 name)
run_cmake_command(${name} ${CMAKE_COMMAND} -P "${RunCMake_SOURCE_DIR}/${name}.cmake")
endfunction()
run_cmp0153(CMP0153-WARN)
run_cmp0153(CMP0153-OLD)
run_cmp0153(CMP0153-NEW)