Skip to content
Snippets Groups Projects
Commit a54c11ad authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add small comment

parent 8300ab56
No related branches found
No related tags found
No related merge requests found
Pipeline #5502 passed
......@@ -443,6 +443,9 @@ ADD_LIBRARY(${PROJECT_NAME}
${SRCS_WRAPPER}
${SRCS_YAML}
)
# Set compiler options
# ====================
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
message(STATUS "Using C++ compiler clang")
target_compile_options(${PROJECT_NAME} PRIVATE -Winconsistent-missing-override)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment