Skip to content

Commit

Permalink
Merge pull request #403 from SCIInstitute/version_update
Browse files Browse the repository at this point in the history
Update patch version
  • Loading branch information
allywarner authored May 21, 2021
2 parents 07c07ab + aa43493 commit 427fc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ include(CMake/RegisterUnitTest.cmake)

set(SEG3D_MAJOR_VERSION 2 CACHE INTERNAL "Major version number" FORCE)
set(SEG3D_MINOR_VERSION 5 CACHE INTERNAL "Minor version number" FORCE)
set(SEG3D_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)
set(SEG3D_PATCH_VERSION 1 CACHE INTERNAL "Patch version number" FORCE)


###########################################
Expand Down Expand Up @@ -262,7 +262,7 @@ endif()
if(SEG3D_BUILD_INTERFACE)
# see http://doc.qt.io/qt-5/cmake-manual.html
find_package(Qt5 COMPONENTS Core Gui OpenGL Widgets Svg REQUIRED HINTS ${Qt5_PATH})

get_target_property(QtCore_location_Release Qt5::Core LOCATION_Release)
#get_target_property(QtCore_location_Debug Qt5::Core LOCATION_Debug)
get_target_property(QtGui_location_Release Qt5::Gui LOCATION_Release)
Expand Down

0 comments on commit 427fc41

Please sign in to comment.