We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265c703 commit 3fd5004Copy full SHA for 3fd5004
src/core/CMakeLists.txt
@@ -137,7 +137,7 @@ endif()
137
## include library version/name
138
set_target_properties(openjph PROPERTIES POSITION_INDEPENDENT_CODE ON)
139
target_compile_definitions(openjph PUBLIC _FILE_OFFSET_BITS=64)
140
-target_include_directories(openjph PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/common> $<INSTALL_INTERFACE:include/openjph>)
+target_include_directories(openjph PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/common> $<INSTALL_INTERFACE:include>)
141
142
if (MSVC)
143
set(OJPH_LIB_NAME_STRING "openjph.${OPENJPH_VERSION_MAJOR}.${OPENJPH_VERSION_MINOR}")
0 commit comments