From 6289f4ff20513a7ab65bd66243c966ad2ab94b46 Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Sat, 28 Sep 2024 14:08:05 +0200 Subject: [PATCH] Update CMakeLists.txt Added STATUS to message --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e22b580..ad0444c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,11 +14,11 @@ set(HDILib_OPTIMIZATION_LEVEL "2" CACHE STRING "Optimization level for all targe set(HDILib_VERSION "undefined" CACHE STRING "HDILib Library version") if (HDILib_ENABLE_AVX) - message("ENABLE_AVX is ON") + message(STATUS "ENABLE_AVX is ON") endif() if (HDILib_ENABLE_CODE_ANALYSIS AND WIN32) - message("Code Analysis ENABLED") + message(STATUS "Code Analysis ENABLED") endif() if (HDILib_ENABLE_PID)