Skip to content

Commit

Permalink
boost_unordered: fix cmake config include path
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Sep 17, 2024
1 parent ecc4606 commit 9c04f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/boost_unordered/cmake_install_rules.patch
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ index 0a29446..5adf5bd 100644
+
+write_file(
+ "${PROJECT_BINARY_DIR}/${package}Config.cmake"
+ "include(\"${CMAKE_CURRENT_LIST_DIR}/${package}Targets.cmake\")"
+ "include(\"${CMAKE_INSTALL_PREFIX}/${boost_unordered_INSTALL_CMAKEDIR}/${package}Targets.cmake\")"
+)
+
+install(
Expand Down

0 comments on commit 9c04f46

Please sign in to comment.