Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 5, 2024
1 parent 7f739c2 commit c7f2455
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(CLIFp

# Get helper scripts
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake)
fetch_ob_cmake("v0.3.5")
fetch_ob_cmake("v0.3.7.1")

# Initialize project according to standard rules
include(OB/Project)
Expand Down Expand Up @@ -56,8 +56,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
endif()

# Find Qt package
add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x060000)
find_package(Qt6 REQUIRED COMPONENTS ${CLIFP_QT_COMPONENTS})
include(OB/Qt)
ob_find_package_qt(REQUIRED COMPONENTS ${CLIFP_QT_COMPONENTS})

# Fetch Qx (build and import from source)
set(CLIFP_QX_COMPONENTS
Expand All @@ -77,18 +77,18 @@ endif()

include(OB/FetchQx)
ob_fetch_qx(
REF "v0.5.7"
REF "v0.5.8"
COMPONENTS
${CLIFP_QX_COMPONENTS}
)

# Fetch libfp (build and import from source)
include(OB/Fetchlibfp)
ob_fetch_libfp("v0.5.4")
ob_fetch_libfp("4d05ae2ea42b08f79431ee81538465ca8a05f8bc")

# Fetch QI-QMP (build and import from source)
include(OB/FetchQI-QMP)
ob_fetch_qi_qmp("v0.2.2")
ob_fetch_qi_qmp("5d7d30b061cdcf5f5159f20d7f6e6be81b1b0170")

# Fetch QuaZip (build and import from source)
include(OB/FetchQuaZip)
Expand Down

0 comments on commit c7f2455

Please sign in to comment.