File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ set_target_properties(cpptcl PROPERTIES
8282target_include_directories (cpptcl
8383 PUBLIC
8484 $<BUILD_INTERFACE:${cpptcl_INCLUDE_DIR} >
85- $<INSTALL_INTERFACE:include >
85+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
8686 )
8787target_include_directories (cpptcl PUBLIC ${TCL_INCLUDE_PATH} )
8888target_link_libraries (cpptcl ${TCL_STUB_LIBRARY} )
@@ -97,7 +97,7 @@ set_target_properties(cpptcl_static PROPERTIES
9797target_include_directories (cpptcl_static
9898 PUBLIC
9999 $<BUILD_INTERFACE:${cpptcl_INCLUDE_DIR} >
100- $<INSTALL_INTERFACE:include >
100+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
101101 )
102102target_include_directories (cpptcl_static PUBLIC ${TCL_INCLUDE_PATH} )
103103
@@ -111,7 +111,7 @@ set_target_properties(cpptcl_runtime PROPERTIES
111111target_include_directories (cpptcl_runtime
112112 PUBLIC
113113 $<BUILD_INTERFACE:${cpptcl_INCLUDE_DIR} >
114- $<INSTALL_INTERFACE:include >
114+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
115115 )
116116target_include_directories (cpptcl_runtime PUBLIC ${TCL_INCLUDE_PATH} )
117117target_link_libraries (cpptcl_runtime ${TCL_LIBRARY} )
You can’t perform that action at this time.
0 commit comments