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 7f71b32 commit fda73b5Copy full SHA for fda73b5
CMakeLists.txt
@@ -97,9 +97,6 @@ foreach (TYPE IN ITEMS STATIC SHARED)
97
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/>
98
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/notify-cpp/>)
99
100
- #target_compile_options(notify-cpp-${type} PUBLIC
101
- # $<$<CONFIG:RELEASE>:${}>
102
- # $<$<CONFIG:DEBUG:${}>)
103
endif()
104
endforeach()
105
0 commit comments