Skip to content

Commit

Permalink
Merge pull request #51 from injae/dev
Browse files Browse the repository at this point in the history
cppm-tool update for vcpkg serdepp-config.cmake bugfix
  • Loading branch information
injae authored Mar 5, 2022
2 parents 73a93d4 + 1848b8d commit 9c0d7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cppm-tools-0.0.12/cppm/target_install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function(cppm_write_target_dependency_file)
endforeach()
endif()
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake
"\n"
"get_filename_component(CPPM_CURRENT_MODULE_DIR ../ ABSOLUTE)\n"
"list(APPEND CMAKE_PREFIX_PATH \"$\{CPPM_CURRENT_MODULE_DIR}\")\n"
"list(APPEND CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH})\n"
Expand Down

0 comments on commit 9c0d7d2

Please sign in to comment.