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.26.0)
66# Project
77# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88project (FIL
9- VERSION 0.7.3.1
9+ VERSION 0.7.4
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 ("v0.3.3 " )
16+ fetch_ob_cmake ("v0.3.4 " )
1717
1818# Initialize project according to standard rules
1919include (OB/Project )
@@ -64,18 +64,18 @@ set(FIL_QX_COMPONENTS
6464
6565include (OB/FetchQx )
6666ob_fetch_qx (
67- REF "2bbf83e59b0aadc3891440193892be1a2a19c00e "
67+ REF "v0.5.6 "
6868 COMPONENTS
6969 ${FIL_QX_COMPONENTS}
7070)
7171
7272# Fetch libfp (build and import from source)
7373include (OB/Fetchlibfp )
74- ob_fetch_libfp ("c903a9eaca5f8cfeb3abc851f075f660d281f46a " )
74+ ob_fetch_libfp ("v0.5.2 " )
7575
7676# Fetch CLIFp (build and import from source)
7777include (OB/FetchCLIFp )
78- ob_fetch_clifp ("afb63841b5b2f30eb106dbb721886be67a4c5570 " )
78+ ob_fetch_clifp ("v0.9.10 " )
7979
8080# TODO: The shared build of this is essentially useless as only the CLIFp executable
8181# 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