Skip to content

Commit

Permalink
Merge pull request #148 from RandomPrototypes/support_find_package
Browse files Browse the repository at this point in the history
Change cmake install dir so that homebrew can auto-detect it
  • Loading branch information
smasherprog committed Aug 14, 2023
2 parents 8250546 + 6439f9a commit 1170d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ configure_file(modules/${TARGET_NAME}Config.cmake.in ${TARGET_NAME}Config.cmake
#install(EXPORT ${TARGET_NAME}-config FILE ${TARGET_NAME}-config.cmake DESTINATION lib/cmake/screen_capture_lite)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}Config.cmake
DESTINATION lib${LIB_SUFFIX}/cmake/screen_capture_lite)
DESTINATION lib${LIB_SUFFIX}/cmake/${TARGET_NAME})


install (FILES
Expand Down

0 comments on commit 1170d57

Please sign in to comment.