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
384 B
8 lines
384 B
if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "")
|
|
set(CMake_TEST_IAR_TOOLCHAINS "$ENV{CI_PROJECT_DIR}/.gitlab/iar" CACHE PATH "")
|
|
set(CMake_TEST_ISPC "ON" CACHE STRING "")
|
|
set(CMake_TEST_Swift "ON" CACHE STRING "")
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_msvc_cxx_modules_common.cmake")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_msvc_common.cmake")
|