Skip to content

Commit

Permalink
revert install cmake/re-config.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Apr 3, 2024
1 parent 29db2a1 commit 1d32f72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,11 @@ if(LIBRE_BUILD_SHARED)
)
endif()

install(FILES cmake/re-config.cmake
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/re
COMPONENT Development
)

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/libre-config.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/cmake/libre-config.cmake" @ONLY)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/cmake/libre-config.cmake"
Expand Down

0 comments on commit 1d32f72

Please sign in to comment.