Skip to content

Conversation

platisd
Copy link
Owner

@platisd platisd commented Jan 23, 2023

This pull request updates the CMake configuration to fetch GoogleTest during the configuration process instead of including it directly in the project. This change will make it easier to manage the project's dependencies, as the latest version of GoogleTest will always be fetched during the build process.

Specifically, this pull request adds FetchContent_Declare and FetchContent_MakeAvailable to external/CMakeLists.txt to fetch GoogleTest. It also removes the add_subdirectory command from the same file, which was previously used to add GoogleTest directly to the build.

Overall, this change will improve the maintainability of the project by making it easier to manage dependencies and ensuring that the latest version of GoogleTest is always used.

* Stop version controlling gooogletest
* Bump googletest to 1.13.0
@platisd platisd merged commit f8cfd4a into main Jan 23, 2023
@platisd platisd deleted the fetch_googletest_during_configuration branch January 23, 2023 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant