File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED true)
88#
99# Project details
1010#
11- project ("stdsharp" VERSION 0.2.3 LANGUAGES CXX)
11+ project ("stdsharp" VERSION 0.2.4 LANGUAGES CXX)
1212
1313init_proj()
1414
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function(config_interface_lib lib_name)
7373 target_include_directories (
7474 ${lib_name}
7575 INTERFACE
76- $<INSTALL_INTERFACE:include / ${PROJECT_NAME} >
76+ $<INSTALL_INTERFACE:include >
7777 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
7878 )
7979endfunction ()
@@ -116,7 +116,7 @@ function(config_lib lib_name includes src lib_type)
116116 target_include_directories (
117117 ${lib_name}
118118 PUBLIC
119- $<INSTALL_INTERFACE:include / ${PROJECT_NAME} >
119+ $<INSTALL_INTERFACE:include >
120120 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include >
121121 )
122122endfunction ()
You can’t perform that action at this time.
0 commit comments