build: Fix usage of highlighted status message

This commit is contained in:
Gabriel Ferreira
2025-05-24 15:50:01 +02:00
parent b75dd8dfe1
commit 535bd900f1

View File

@@ -858,7 +858,7 @@ macro(process_options)
endif()
set(CMAKE_REQUIRED_INCLUDES ${Boost_INCLUDE_DIRS})
else()
message(HIGHLIGHTED_STATUS "Boost was not found")
message(${HIGHLIGHTED_STATUS} "Boost was not found")
endif()
set(GSL_FOUND FALSE)