Skip to content

Commit 65fc369

Browse files
fix install
1 parent d2724c4 commit 65fc369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake_files/setup.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if (INSTAL_LIB)
5252
)
5353

5454
install(
55-
DIRECTORY ${CMAKE_SOURCE_DIR}/include/
55+
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/include/
5656
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
5757
FILES_MATCHING PATTERN "*.h*"
5858
)

0 commit comments

Comments
 (0)