Skip to content

Commit

Permalink
remove mapbox/variant.hpp from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 17, 2024
1 parent 91e5eca commit c14f18c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(Catch2)

FetchContent_Declare(
MapboxVariant
GIT_REPOSITORY https://github.com/mapbox/variant.git
GIT_TAG origin/master
)
FetchContent_MakeAvailable(MapboxVariant)

include_directories(SYSTEM ${mapboxvariant_SOURCE_DIR}/include)

target_link_libraries(unit-tests PRIVATE Catch2WithMain)

# libbenchmark.a supports threads and therefore needs pthread support
Expand Down

0 comments on commit c14f18c

Please sign in to comment.