Skip to content

Commit

Permalink
Removed default fmt dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmutableOctet committed Jun 29, 2023
1 parent b5c6f1d commit 10bc367
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ target_include_directories(

target_compile_features(atomic-bitset_atomic-bitset INTERFACE cxx_std_20)

find_package(fmt REQUIRED)
target_link_libraries(atomic-bitset_atomic-bitset INTERFACE fmt::fmt)

# ---- Install rules ----

if(NOT CMAKE_SKIP_INSTALL_RULES)
Expand Down
2 changes: 0 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"version-semver": "0.1.0",
"dependencies": [
{
"name": "fmt",
"version>=": "9.1.0"
}
],
"default-features": [],
Expand Down

0 comments on commit 10bc367

Please sign in to comment.