File tree 1 file changed +2
-2
lines changed
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)
101
101
102
102
set (SEG3D_MAJOR_VERSION 2 CACHE INTERNAL "Major version number" FORCE)
103
103
set (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)
105
105
106
106
107
107
###########################################
@@ -262,7 +262,7 @@ endif()
262
262
if (SEG3D_BUILD_INTERFACE)
263
263
# see http://doc.qt.io/qt-5/cmake-manual.html
264
264
find_package (Qt5 COMPONENTS Core Gui OpenGL Widgets Svg REQUIRED HINTS ${Qt5_PATH} )
265
-
265
+
266
266
get_target_property (QtCore_location_Release Qt5::Core LOCATION_Release )
267
267
#get_target_property(QtCore_location_Debug Qt5::Core LOCATION_Debug)
268
268
get_target_property (QtGui_location_Release Qt5::Gui LOCATION_Release )
You can’t perform that action at this time.
0 commit comments