File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ include(CMake/RegisterUnitTest.cmake)
101101
102102set (SEG3D_MAJOR_VERSION 2 CACHE INTERNAL "Major version number" FORCE)
103103set (SEG3D_MINOR_VERSION 5 CACHE INTERNAL "Minor version number" FORCE)
104- set (SEG3D_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)
104+ set (SEG3D_PATCH_VERSION 1 CACHE INTERNAL "Patch version number" FORCE)
105105
106106
107107###########################################
@@ -262,7 +262,7 @@ endif()
262262if (SEG3D_BUILD_INTERFACE)
263263 # see http://doc.qt.io/qt-5/cmake-manual.html
264264 find_package (Qt5 COMPONENTS Core Gui OpenGL Widgets Svg REQUIRED HINTS ${Qt5_PATH} )
265-
265+
266266 get_target_property (QtCore_location_Release Qt5::Core LOCATION_Release )
267267 #get_target_property(QtCore_location_Debug Qt5::Core LOCATION_Debug)
268268 get_target_property (QtGui_location_Release Qt5::Gui LOCATION_Release )
You can’t perform that action at this time.
0 commit comments