Skip to content

Commit

Permalink
Link v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aristonl committed Jun 7, 2023
1 parent 07f1c93 commit 8a25e17
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 @@ -7,9 +7,9 @@ find_package(OpenSSL 3 REQUIRED)
set(LINK_VERSION 2)
set(LINK_VERSION_MINOR 0)
set(LINK_VERSION_PATCH 0)
set(LINK_VERSION_EXTRA "rc3")
set(LINK_VERSION_EXTRA "")

set(VERSION ${LINK_VERSION}.${LINK_VERSION_MINOR}.${LINK_VERSION_PATCH}-${LINK_VERSION_EXTRA})
set(VERSION ${LINK_VERSION}.${LINK_VERSION_MINOR}.${LINK_VERSION_PATCH})

if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS_EQUAL 8.0)
message(STATUS "GCC version is <= 8.0. -DFS_EXPERIMENTAL")
Expand Down

0 comments on commit 8a25e17

Please sign in to comment.