also install nlohmann/detail/abi_macros.hpp (followup 5aa6938817fd7db477abd39901bccd9349561d03)

This commit is contained in:
Juergen E. Fischer 2025-05-23 20:06:10 +02:00 committed by Jürgen Fischer
parent 128d1957a3
commit 1728e57628

View File

@ -2495,6 +2495,7 @@ if(NOT APPLE OR NOT QGIS_MACAPP_FRAMEWORK)
if(WITH_INTERNAL_NLOHMANN_JSON)
install(FILES ${CMAKE_SOURCE_DIR}/external/nlohmann/json_fwd.hpp DESTINATION ${QGIS_INCLUDE_DIR}/nlohmann)
install(FILES ${CMAKE_SOURCE_DIR}/external/nlohmann/detail/abi_macros.hpp DESTINATION ${QGIS_INCLUDE_DIR}/nlohmann/detail)
endif()
else()