We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ab720 commit fbad848Copy full SHA for fbad848
CMakeLists.txt
@@ -5,8 +5,7 @@ project("fast-cpp-csv-parser" VERSION 1.0.0
5
include(GNUInstallDirs)
6
7
add_library(${PROJECT_NAME} INTERFACE)
8
-target_include_directories(
9
- ${PROJECT_NAME}
+target_include_directories(${PROJECT_NAME} SYSTEM
10
INTERFACE $<BUILD_INTERFACE:${${PROJECT_NAME}_SOURCE_DIR}/include>
11
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
12
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_11)
0 commit comments