From a54c11ad51f31017b9c8215d66d0a5ce94b5bff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Wed, 3 Jun 2020 09:19:46 +0200 Subject: [PATCH] Add small comment --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbc023af4..b7e279dd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- GitLab