Skip to content

Fix build script#184

Closed
arinemet wants to merge 1 commit into
mainfrom
fix-build
Closed

Fix build script#184
arinemet wants to merge 1 commit into
mainfrom
fix-build

Conversation

@arinemet

Copy link
Copy Markdown
Collaborator

charlie pls dont push stuff that doesnt work

Signed-off-by: Ari <nanoticity@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unsupported FetchContent_Declare argument in the top-level CMake configuration to fix configuration/build failures on CMake versions that don’t recognize DOWNLOAD_EXTRACT_TIMESTAMP.

Changes:

  • Remove DOWNLOAD_EXTRACT_TIMESTAMP TRUE from the googletest FetchContent_Declare call.

Comment thread CMakeLists.txt
Comment on lines 46 to 50
include(FetchContent)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)
@arinemet arinemet closed this May 22, 2026
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.

2 participants