File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -319,15 +319,15 @@ set(CPPINTEROP_VERSION_MINOR "${CMAKE_MATCH_2}")
319319set (CPPINTEROP_VERSION_PATCH "${CMAKE_MATCH_3} " )
320320
321321configure_file (
322- ${CMAKE_CURRENT_SOURCE_DIR} /cmake/CppInterOpConfig.cmake.in
323- ${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/CppInterOpConfig.cmake
322+ ${CMAKE_CURRENT_SOURCE_DIR} /cmake/CppInterOp/ CppInterOpConfig.cmake.in
323+ ${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/CppInterOp/ CppInterOpConfig.cmake
324324 @ONLY)
325325configure_file (
326- ${CMAKE_CURRENT_SOURCE_DIR} /cmake/CppInterOpConfigVersion.cmake.in
327- ${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/CppInterOpConfigVersion.cmake
326+ ${CMAKE_CURRENT_SOURCE_DIR} /cmake/CppInterOp/ CppInterOpConfigVersion.cmake.in
327+ ${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/CppInterOp/ CppInterOpConfigVersion.cmake
328328 @ONLY)
329- install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/
330- DESTINATION lib/cmake
329+ install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/CppInterOp
330+ DESTINATION lib/cmake/CppInterOp
331331 FILES_MATCHING
332332 PATTERN "*.cmake"
333333 )
Original file line number Diff line number Diff line change 44get_filename_component (CPPINTEROP_INSTALL_PREFIX "${CMAKE_CURRENT_LIST_FILE} " PATH )
55get_filename_component (CPPINTEROP_INSTALL_PREFIX "${CPPINTEROP_INSTALL_PREFIX} " PATH )
66get_filename_component (CPPINTEROP_INSTALL_PREFIX "${CPPINTEROP_INSTALL_PREFIX} " PATH )
7+ get_filename_component (CPPINTEROP_INSTALL_PREFIX "${CPPINTEROP_INSTALL_PREFIX} " PATH )
78
89### build/install workaround
910
File renamed without changes.
You can’t perform that action at this time.
0 commit comments