File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ cmake_minimum_required(VERSION 3.24.0...3.30.0)
66# Project
77# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88project (FIL
9- VERSION 0.7.6
9+ VERSION 0.8
1010 LANGUAGES CXX
1111 DESCRIPTION "Flashpoint Importer for Launchers"
1212)
1313
1414# Get helper scripts
1515include (${CMAKE_CURRENT_SOURCE_DIR} /cmake/FetchOBCMake.cmake )
16- fetch_ob_cmake ("3010a962688a63689cdc365722423f5de40c3c59 " )
16+ fetch_ob_cmake ("v0.3.9 " )
1717
1818# Initialize project according to standard rules
1919include (OB/Project )
@@ -74,20 +74,20 @@ endif()
7474
7575include (OB/FetchQx )
7676ob_fetch_qx (
77- REF "f98cb3e3af74af09d277b4a45c414a5f22aef4f3 "
77+ REF "v0.6.1 "
7878 COMPONENTS
7979 ${FIL_QX_COMPONENTS}
8080)
8181
8282# Fetch libfp (build and import from source)
8383include (OB/Fetchlibfp )
84- ob_fetch_libfp ("9995681fe222f240512e9bd83b211ecc585716db " )
84+ ob_fetch_libfp ("v0.5.5 " )
8585
8686# Fetch CLIFp (build and import from source)
8787include (OB/Utility )
8888ob_cache_project_version (CLIFp )
8989include (OB/FetchCLIFp )
90- ob_fetch_clifp ("2853b88c193b1884f75bc85e262e02652a27aa26 " )
90+ ob_fetch_clifp ("v0.9.13 " )
9191
9292# TODO: The shared build of this is essentially useless as only the CLIFp executable
9393# is deployed, which only works if it's statically linked. There isn't a simple way
You can’t perform that action at this time.
0 commit comments