Skip to content

Commit

Permalink
Bump to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 6, 2024
1 parent 428e97a commit 55a3a9e
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 @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.23.0...3.25.0)
# Project
# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
project(Stex
VERSION 0.5
VERSION 0.5.0.1
LANGUAGES CXX
DESCRIPTION "A tool to pack/unpack Klei TEX format atlases"
)
Expand Down Expand Up @@ -68,7 +68,7 @@ ob_fetch_qx(

# Fetch libsquish
include(OB/FetchLibSquish)
ob_fetch_modern_libsquish("8e24a23e0c41f44a56c0231698795d652bc2c3f2")
ob_fetch_modern_libsquish("8a6aad970285a536170de9b3fc63735a72674561")

# Process Targets
set(APP_TARGET_NAME ${PROJECT_NAMESPACE_LC}_${PROJECT_NAMESPACE_LC})
Expand Down

0 comments on commit 55a3a9e

Please sign in to comment.