diff --git a/cmake_modules/gitlab-ci-initial-cache.cmake b/cmake_modules/gitlab-ci-initial-cache.cmake index 8bc6792b19ffbda7f44a20f797f0f5d801acf411..f472d6142feb70cf2e2058f5099f43451bcd9693 100644 --- a/cmake_modules/gitlab-ci-initial-cache.cmake +++ b/cmake_modules/gitlab-ci-initial-cache.cmake @@ -2,5 +2,5 @@ set(BUILD_SHARED_LIBS "ON" CACHE BOOL "") set(CMAKE_INSTALL_PREFIX "$ENV{PWD}/install" CACHE PATH "") set(CMAKE_VERBOSE_MAKEFILE "ON" CACHE BOOL "") -option(CHAMELEON_ENABLE_WARNING "Enable warning messages" ON) -option(CHAMELEON_ENABLE_COVERAGE "Enable flags for coverage test" ON) +option(MORSE_ENABLE_WARNING "Enable warning messages" ON) +option(MORSE_ENABLE_COVERAGE "Enable flags for coverage test" ON)