Skip to content

Commit

Permalink
Merge pull request #100 from wusatosi/no-block
Browse files Browse the repository at this point in the history
Remove block(), endblock()
  • Loading branch information
wusatosi authored Jan 17, 2025
2 parents e6e880b + 0f082a5 commit 3485a74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ if(BEMAN_EXEMPLAR_BUILD_TESTS)
f8d7d77c06936315286eb55f8de22cd23c188571 # release-1.14.0
EXCLUDE_FROM_ALL
)
block()
set(INSTALL_GTEST OFF) # Disable GoogleTest installation
FetchContent_MakeAvailable(googletest)
endblock()
set(INSTALL_GTEST OFF) # Disable GoogleTest installation
FetchContent_MakeAvailable(googletest)
endif()

add_subdirectory(src/beman/exemplar)
Expand Down

0 comments on commit 3485a74

Please sign in to comment.