summaryrefslogtreecommitdiffstats
path: root/Modules/CheckIPOSupported/CMakeLists-C.txt.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CheckIPOSupported/CMakeLists-C.txt.in')
-rw-r--r--Modules/CheckIPOSupported/CMakeLists-C.txt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckIPOSupported/CMakeLists-C.txt.in b/Modules/CheckIPOSupported/CMakeLists-C.txt.in
index d20f31f..5a3b8ee 100644
--- a/Modules/CheckIPOSupported/CMakeLists-C.txt.in
+++ b/Modules/CheckIPOSupported/CMakeLists-C.txt.in
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION "@CMAKE_VERSION@")
project("@TRY_COMPILE_PROJECT_NAME@" LANGUAGES C)
-# TODO: IPO policy
+cmake_policy(SET CMP0069 NEW)
add_library(foo foo.c)
add_executable(boo main.c)