From 0c5f9e6c96292155cb6099028632840e696a73ca Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Fri, 18 Oct 2019 16:31:53 +1300 Subject: [PATCH] Some minor cleaning up. --- src/plugins/thirdParty/PythonQt/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/thirdParty/PythonQt/CMakeLists.txt b/src/plugins/thirdParty/PythonQt/CMakeLists.txt index 391bcdfd83..82bb7ee15a 100755 --- a/src/plugins/thirdParty/PythonQt/CMakeLists.txt +++ b/src/plugins/thirdParty/PythonQt/CMakeLists.txt @@ -15,8 +15,8 @@ set(RELEASE_TAG opencor-v3.2.2) # Version of our library -set(MAJOR_LIBRARY_VERSION "3") -set(LIBRARY_VERSION "${MAJOR_LIBRARY_VERSION}.2.0") +set(MAJOR_LIBRARY_VERSION 3) +set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.2.0) # Git tag for our library