Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
VS10ProjectUseDebugLibraries
/
RunCMakeTest.cmake
blob: 57402eb23da68017e36a65cd6cfcbd95af1478dd [
file
] [
log
] [
blame
] [
edit
]
cmake_minimum_required
(
VERSION
3.29
)
include
(
RunCMake
)
run_cmake
(
CMP0091
-
OLD
)
run_cmake
(
Default
-
CMP0162
-
NEW
)
run_cmake
(
Default
-
CMP0162
-
WARN
)
run_cmake
(
Explicit
-
CMP0162
-
NEW
)
run_cmake
(
Explicit
-
CMP0162
-
OLD
)