Skip to content

Commit

Permalink
test cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Feb 2, 2024
1 parent 411ff10 commit 9d5ffcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@PACKAGE_INIT@

find_package(Sofa.Simulation.Graph QUIET REQUIRED)
find_package(GTest QUIET REQUIRED)
find_package(GTest CONFIG QUIET REQUIRED)

if(NOT TARGET SofaGTestMain)
include("${CMAKE_CURRENT_LIST_DIR}/SofaGTestMainTargets.cmake")
Expand Down

0 comments on commit 9d5ffcb

Please sign in to comment.