Skip to content

Commit

Permalink
Merge pull request #85 from bemanproject/camio-patch-2
Browse files Browse the repository at this point in the history
Remove BUILD_TESTING variable setting for GTest
  • Loading branch information
neatudarius authored Dec 2, 2024
2 parents 4e324b6 + e9232d5 commit b4291bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ if(BEMAN_EXEMPLAR_BUILD_TESTS)
)
block()
set(INSTALL_GTEST OFF) # Disable GoogleTest installation
set(BUILD_TESTING OFF) # Disable GoogleTest tests
FetchContent_MakeAvailable(googletest)
endblock()
endif()
Expand Down

0 comments on commit b4291bd

Please sign in to comment.