diff --git a/cmake_modules/gitlab-ci-initial-cache.cmake b/cmake_modules/gitlab-ci-initial-cache.cmake index 47dd8110e5a675dce5007eb33b557d4804343115..4bc29ea3b084cc555552b97844f2a95a7df5857f 100644 --- a/cmake_modules/gitlab-ci-initial-cache.cmake +++ b/cmake_modules/gitlab-ci-initial-cache.cmake @@ -7,6 +7,7 @@ set(CMAKE_C_FLAGS "-Werror") option(MORSE_ENABLE_WARNING "Enable warning messages" ON) option(MORSE_ENABLE_COVERAGE "Enable flags for coverage test" ON) +set(CHAMELEON_TESTINGS_VENDOR ON CACHE BOOL "") set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE BOOL "") set(BLA_VENDOR "Generic" CACHE STRING "Set to one of the BLAS/LAPACK Vendors to search for BLAS only from the specified vendor.")