Skip to content

Commit

Permalink
Update Qx, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Sep 30, 2022
1 parent bb38a57 commit aa412c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option(QI_QMP_DOCS_TARGET "Build QI-QMP documentation" OFF)

# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
set(QI_QMP_BASE_VERSION 0.1.2.1) # Required for CI/CD
set(QI_QMP_BASE_VERSION 0.1.3) # Required for CI/CD
project(QI-QMP
VERSION ${QI_QMP_BASE_VERSION}
LANGUAGES CXX
Expand Down Expand Up @@ -113,7 +113,7 @@ find_qt6_package(REQUIRED COMPONENTS ${QT_FIND_COMPONENTS})

# Fetch Qx (build and import from source)
include(OB/FetchQx)
fetch_qx("v0.3.1")
fetch_qx("v0.4")

# Set lib sources
set(INCLUDE_HEADERS
Expand Down

0 comments on commit aa412c6

Please sign in to comment.