Skip to content

Commit

Permalink
cmake version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p01arst0rm authored and stachenov committed May 24, 2020
1 parent 7fc3d16 commit 6938d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Expand Up @@ -6,6 +6,9 @@ project(QuaZip)
# and producing a warning when unset since 3.7.1)
cmake_policy(SET CMP0042 NEW)

set(QUAZIP_LIB_VERSION 0.9.1)
set(QUAZIP_LIB_SOVERSION 1)

option(BUILD_WITH_QT4 "Build QuaZip with Qt4 no matter if Qt5 was found" OFF)

if(NOT BUILD_WITH_QT4)
Expand Down

0 comments on commit 6938d8b

Please sign in to comment.