Skip to content

Commit 7492e4e

Browse files
authored
fix: update project_options to v0.41.0
1 parent 74815e5 commit 7492e4e

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
@@ -14,7 +14,7 @@ endif()
1414

1515
# Add project_options from https://github.com/aminya/project_options
1616
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
17-
set(PROJECT_OPTIONS_VERSION "v0.40.0")
17+
set(PROJECT_OPTIONS_VERSION "v0.41.0")
1818
FetchContent_Declare(
1919
_project_options
2020
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)

0 commit comments

Comments
 (0)