mirror of https://github.com/Kitware/CMake.git
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.
8 lines
357 B
8 lines
357 B
if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "")
|
|
set(CMake_TEST_ANDROID_VS17 ON CACHE BOOL "")
|
|
endif()
|
|
|
|
set(CMake_TEST_MODULE_COMPILATION "named,partitions,internal_partitions,shared" CACHE STRING "")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_msvc_cxx_modules_common.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_vs_common.cmake")
|