mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 21:35:33 +00:00
Make sure the third-party libraries are always included as "system".
This commit is contained in:
Vendored
+1
-1
@@ -60,7 +60,7 @@ find_package(Intl REQUIRED)
|
||||
add_library(app_gettext_interface INTERFACE)
|
||||
if (Intl_INCLUDE_DIRS)
|
||||
target_include_directories(app_gettext_interface
|
||||
INTERFACE
|
||||
SYSTEM INTERFACE
|
||||
${Intl_INCLUDE_DIRS}
|
||||
)
|
||||
endif()
|
||||
|
||||
Vendored
+1
-1
@@ -15,7 +15,7 @@ target_sources(Catch2 INTERFACE
|
||||
)
|
||||
|
||||
target_include_directories(Catch2
|
||||
INTERFACE SYSTEM
|
||||
SYSTEM INTERFACE
|
||||
"${CMAKE_SOURCE_DIR}/dependencies/catch2/Catch2/single_include"
|
||||
)
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -13,7 +13,7 @@ target_sources(boost_leaf INTERFACE
|
||||
)
|
||||
|
||||
target_include_directories(boost_leaf
|
||||
INTERFACE SYSTEM
|
||||
SYSTEM INTERFACE
|
||||
"${CMAKE_SOURCE_DIR}/dependencies/leaf/standalone"
|
||||
"${CMAKE_SOURCE_DIR}/dependencies/leaf/convenience"
|
||||
)
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ target_sources(nlohmann_json INTERFACE
|
||||
)
|
||||
|
||||
target_include_directories(nlohmann_json
|
||||
INTERFACE SYSTEM
|
||||
SYSTEM INTERFACE
|
||||
"${CMAKE_SOURCE_DIR}/dependencies/nlohmann_json"
|
||||
)
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -12,7 +12,7 @@ target_sources(whereami PRIVATE
|
||||
)
|
||||
|
||||
target_include_directories(whereami
|
||||
PUBLIC
|
||||
SYSTEM PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/whereami/src"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user