Skip to content

Commit

Permalink
Updated version to v1.2.6
Browse files Browse the repository at this point in the history
Also pulled in libspectrum update to avoid possible build warning.
  • Loading branch information
simonowen committed Sep 10, 2021
1 parent 3b319ca commit 6ea585a
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 @@ -4,7 +4,7 @@ set(PROJECT_TITLE SimCoupe)

set(MAJOR_VERSION 1)
set(MINOR_VERSION 2)
set(PATCH_VERSION 5)
set(PATCH_VERSION 6)

if (CMAKE_TOOLCHAIN_FILE)
message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}")
Expand Down Expand Up @@ -219,7 +219,7 @@ message(STATUS "Fetching github.com/simonowen/libspectrum")
FetchContent_Declare(
spectrum
GIT_REPOSITORY https://github.com/simonowen/libspectrum.git
GIT_TAG 8bea3947a3c72132780541b268b79f96ff11bd26
GIT_TAG 1111ae84bb670c9987b1de095f8beff240ac8bd8
)
FetchContent_MakeAvailable(spectrum)
target_link_libraries(${PROJECT_NAME} PRIVATE spectrum)
Expand Down

0 comments on commit 6ea585a

Please sign in to comment.