We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e68e9 commit 93ff77cCopy full SHA for 93ff77c
dependencies/CMakeLists.txt
@@ -4,7 +4,7 @@
4
## Author Francois Michaut
5
##
6
## Started on Wed Jul 10 10:27:39 2024 Francois Michaut
7
-## Last update Sun Aug 24 20:00:59 2025 Francois Michaut
+## Last update Sun Aug 24 20:34:12 2025 Francois Michaut
8
9
## CMakeLists.txt : CMake to fetch and build the dependecies of the FileShare executable
10
@@ -40,7 +40,7 @@ FetchContent_Declare(
40
FetchContent_Declare(
41
fsp
42
GIT_REPOSITORY https://github.com/FileShare-Project/libfsp.git
43
- GIT_TAG c3170e51e79d013763faca3e8deb618f47fefec9
+ GIT_TAG 822ed4ce6ad4229652b5b4269ff70fbf845ea1ed
44
)
45
46
FetchContent_MakeAvailable(fsp argparse SFML sqlite_orm tgui)
0 commit comments