Skip to content

Commit

Permalink
fix: toml++ build error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mairon1206 committed Aug 6, 2024
1 parent 65977e8 commit f2e9ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ target_link_libraries(${PROJECT_NAME}
OpenSSL::Crypto
OpenSSL::SSL
nlohmann_json::nlohmann_json
PkgConfig::tomlplusplus
sast-link
keychain
Slint::Slint
Expand Down
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"nlohmann-json",
"spdlog",
"gtest",
"tomlplusplus"
"tomlplusplus",
"pkgconf"
]
}

0 comments on commit f2e9ed8

Please sign in to comment.