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
82
82
target_include_directories (cpptcl
83
83
PUBLIC
84
84
$< BUILD_INTERFACE:${cpptcl_INCLUDE_DIR} >
85
- $< INSTALL_INTERFACE:include >
85
+ $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
86
86
)
87
87
target_include_directories (cpptcl PUBLIC ${TCL_INCLUDE_PATH} )
88
88
target_link_libraries (cpptcl ${TCL_STUB_LIBRARY} )
@@ -97,7 +97,7 @@ set_target_properties(cpptcl_static PROPERTIES
97
97
target_include_directories (cpptcl_static
98
98
PUBLIC
99
99
$< BUILD_INTERFACE:${cpptcl_INCLUDE_DIR} >
100
- $< INSTALL_INTERFACE:include >
100
+ $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
101
101
)
102
102
target_include_directories (cpptcl_static PUBLIC ${TCL_INCLUDE_PATH} )
103
103
@@ -111,7 +111,7 @@ set_target_properties(cpptcl_runtime PROPERTIES
111
111
target_include_directories (cpptcl_runtime
112
112
PUBLIC
113
113
$< BUILD_INTERFACE:${cpptcl_INCLUDE_DIR} >
114
- $< INSTALL_INTERFACE:include >
114
+ $< INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR} >
115
115
)
116
116
target_include_directories (cpptcl_runtime PUBLIC ${TCL_INCLUDE_PATH} )
117
117
target_link_libraries (cpptcl_runtime ${TCL_LIBRARY} )
You can’t perform that action at this time.
0 commit comments