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 e888483 commit ca4c06bCopy full SHA for ca4c06b
SerialPrograms/CMakeLists.txt
@@ -455,8 +455,7 @@ else() # macOS and Linux
455
if (DPP_FOUND) # enable dpp integration
456
target_compile_definitions(SerialProgramsLib PUBLIC PA_DPP)
457
## to build against headers within this repo and properly set flags ##
458
- ## don't enable the following line ##
459
- # target_include_directories(SerialProgramsLib PRIVATE ${DPP_INCLUDE_DIRS})
+ target_include_directories(SerialProgramsLib SYSTEM PRIVATE ${DPP_INCLUDE_DIRS})
460
target_link_directories(SerialProgramsLib PUBLIC ${DPP_LIBRARY_DIRS})
461
target_link_libraries(SerialProgramsLib PUBLIC ${DPP_LIBRARIES})
462
endif()
0 commit comments