summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_fedora38_makefiles_clang.cmake
blob: 3ac23bebb9aae7df5851be6c2e16384e1206b68b (plain)
1
2
3
4
5
if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "")
  set(CMAKE_TESTS_CDASH_SERVER "https://open.cdash.org" CACHE STRING "")
endif()

include("${CMAKE_CURRENT_LIST_DIR}/configure_fedora38_common_clang.cmake")