diff --git a/CMakeLists.txt b/CMakeLists.txt index ff226ef..96ab24b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,12 +58,12 @@ target_compile_definitions(GSL INTERFACE if(GSL_STANDALONE_PROJECT) target_include_directories(GSL INTERFACE $ - $ + $ ) else() target_include_directories(GSL SYSTEM INTERFACE $ - $ + $ ) endif()