summaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 715e64c7..51314c95 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -201,9 +201,9 @@ target_sources(${PROJECT_NAME}
)
# Add the Common/inc directory to the project include list
-target_include_directories(${PROJECT_NAME}
+target_include_directories(${PROJECT_NAME}
SYSTEM
- PUBLIC
+ PUBLIC
${CMAKE_CURRENT_LIST_DIR}/inc
)