Skip to content

Commit

Permalink
Renamed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jkurdek committed Aug 16, 2024
1 parent cb9b950 commit 352598e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)

add_compile_options(-Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic)

find_package(gtest CONFIG REQUIRED)
find_package(rapidjson CONFIG REQUIRED)
find_package(GTest CONFIG REQUIRED)
find_package(RapidJSON CONFIG REQUIRED)

enable_testing()

Expand Down

0 comments on commit 352598e

Please sign in to comment.