Skip to content

Commit

Permalink
Updated GoogleTest version
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliom committed Jan 7, 2025
1 parent ad29791 commit 8dadd08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BasicRenderer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ install(TARGETS ${LIBRARY_NAME} DESTINATION lib)

FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.15.2
)
# For Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
Expand Down
Empty file modified BasicRenderer/build.sh
100644 → 100755
Empty file.
Empty file modified BasicRenderer/run_tests.sh
100644 → 100755
Empty file.

0 comments on commit 8dadd08

Please sign in to comment.