Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CMP0065
/
RunCMakeTest.cmake
blob: 54df5e34e00198c80453fe130b3c1fb3f3f0de20 [
file
] [
log
] [
blame
] [
edit
]
include
(
RunCMake
)
if
(
NOT CMAKE_SYSTEM_NAME STREQUAL
"AIX"
)
# Tests with ENABLE_EXPORTS ON. For AIX we do not use the flags at all.
run_cmake
(
NEWBad
)
endif
()
run_cmake
(
NEWGood
)