Skip to content

Commit

Permalink
Install the debug variant of TinyOrmTargets.cmake next to its' releas…
Browse files Browse the repository at this point in the history
…e variant
  • Loading branch information
SchaichAlonso committed Oct 19, 2023
1 parent 6f5d71a commit 2421bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/tinyorm/cmake/tiny_cmake_config_fixup.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Merge release and debug CMake targets and configs to support multiconfig generators.
# 1. Fix ${_IMPORT_PREFIX} of IMPORTED_IMPLIB_DEBUG and IMPORTED_LOCATION_DEBUG
# in auto-generated debug target
# 2. Move /debug/share/cmake/TinyOrm/*[Tt]argets-debug.cmake to /share/cmake/${PORT}/
# 2. Move /debug/share/cmake/TinyOrm/*[Tt]argets-debug.cmake to /share/cmake/TinyOrm/
function(tiny_cmake_config_fixup)

set(TinyOrm_ns TinyOrm)
set(debug_cmake "${CURRENT_PACKAGES_DIR}/debug/share/cmake/${TinyOrm_ns}")
set(release_cmake "${CURRENT_PACKAGES_DIR}/share/cmake/${PORT}")
set(release_cmake "${CURRENT_PACKAGES_DIR}/share/cmake/${TinyOrm_ns}")

file(GLOB debug_targets "${debug_cmake}/*[Tt]argets-debug.cmake")

Expand Down

0 comments on commit 2421bb7

Please sign in to comment.