Skip to content

Commit

Permalink
Log linkage of every port
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed May 10, 2024
1 parent 7f9539c commit cc68aae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/arm64-osx-tactile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ if (PORT MATCHES "sdl2|sdl2-image")
set(VCPKG_LIBRARY_LINKAGE dynamic)
endif ()

message("${PORT} is using ${VCPKG_LIBRARY_LINKAGE} linkage")

set(nlohmann-json_IMPLICIT_CONVERSIONS OFF)
2 changes: 2 additions & 0 deletions cmake/x64-linux-tactile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ if (PORT MATCHES "sdl2|sdl2-image")
set(VCPKG_LIBRARY_LINKAGE dynamic)
endif ()

message("${PORT} is using ${VCPKG_LIBRARY_LINKAGE} linkage")

set(nlohmann-json_IMPLICIT_CONVERSIONS OFF)
2 changes: 2 additions & 0 deletions cmake/x64-osx-tactile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ if (PORT MATCHES "sdl2|sdl2-image")
set(VCPKG_LIBRARY_LINKAGE dynamic)
endif ()

message("${PORT} is using ${VCPKG_LIBRARY_LINKAGE} linkage")

set(nlohmann-json_IMPLICIT_CONVERSIONS OFF)
2 changes: 2 additions & 0 deletions cmake/x64-windows-tactile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ if (PORT MATCHES "sdl2|sdl2-image")
set(VCPKG_LIBRARY_LINKAGE dynamic)
endif ()

message("${PORT} is using ${VCPKG_LIBRARY_LINKAGE} linkage")

set(nlohmann-json_IMPLICIT_CONVERSIONS OFF)

0 comments on commit cc68aae

Please sign in to comment.