Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Added STATUS to message
  • Loading branch information
alxvth authored Sep 28, 2024
1 parent 83e2c12 commit 6289f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6289f4f

Please sign in to comment.