Skip to content

Commit

Permalink
workflows testing dynamic runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 13, 2024
1 parent 9fe0843 commit 6a5420e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/vcpkg/ports/tinyorm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ vcpkg_cmake_configure(
-DCMAKE_EXPORT_PACKAGE_REGISTRY:BOOL=OFF
-DBUILD_TESTS:BOOL=OFF
-DBUILD_TREE_DEPLOY:BOOL=OFF
-DMSVC_RUNTIME_DYNAMIC:BOOL=ON
-DTINY_PORT:STRING=${PORT}
-DTINY_VCPKG:BOOL=ON
-DVERBOSE_CONFIGURE:BOOL=ON
Expand Down
1 change: 1 addition & 0 deletions cmake/vcpkg/ports/tinyorm/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "tinyorm",
"version-semver": "0.37.3",
"port-version": 1,
"maintainers": "Silver Zachara <[email protected]>",
"description": "Modern C++ ORM library for Qt framework",
"homepage": "https://github.com/silverqx/TinyORM",
Expand Down

0 comments on commit 6a5420e

Please sign in to comment.