Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit fd670b1

Browse files
author
Iason Nikolas
committed
Revert changes (+2 squashed commit)
Squashed commit: [638ca3e] Update spdlog [1a7664a] Update windows version
1 parent ed2b8f9 commit fd670b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(OPT_WARNINGS_AS_ERRORS_DEVELOPER_DEFAULT TRUE)
2323
# Add project_options v0.20.0
2424
# https://github.com/cpp-best-practices/project_options
2525
include(FetchContent)
26-
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.26.3.zip)
26+
FetchContent_Declare(_project_options URL https://github.com/aminya/project_options/archive/refs/tags/v0.20.0.zip)
2727
FetchContent_MakeAvailable(_project_options)
2828
include(${_project_options_SOURCE_DIR}/Index.cmake)
2929

0 commit comments

Comments
 (0)