Skip to content

Commit bd72e91

Browse files
alexander-penevvgvassilev
authored andcommitted
Fix Cmake install folder
1 parent 60fc310 commit bd72e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ configure_file(
331331
${CMAKE_CURRENT_SOURCE_DIR}/cmake/CppInterOp/CppInterOpConfigVersion.cmake.in
332332
${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/CppInterOp/CppInterOpConfigVersion.cmake
333333
@ONLY)
334-
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/CppInterOp
334+
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib/cmake/CppInterOp/
335335
DESTINATION lib/cmake/CppInterOp
336336
FILES_MATCHING
337337
PATTERN "*.cmake"

0 commit comments

Comments
 (0)