Skip to content

Commit

Permalink
comp
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed Jul 5, 2022
1 parent 47e3c64 commit 3d79c59
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 61 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ endif()

if(NOT APPLE)
# Use OpenGL Core profile with Qt5 (with Qt6 always Core profile).
# With Qt4 not defined, Core may work, not tested.
# With Qt4 not defined, may work, not tested.
option(ALIZA_QT5_COREGL "Use OpenGL Core profile with Qt5" OFF)
endif()

Expand Down Expand Up @@ -569,7 +569,6 @@ endif()
#
#


if(USE_QT_V_5 OR USE_QT_V_6)
if(WIN32)
# https://cmake.org/cmake/help/v3.0/policy/CMP0020.html
Expand All @@ -591,7 +590,8 @@ find_package(ITK COMPONENTS
ITKImageGrid
ITKImageIntensity
ITKSpatialObjects
ITKStatistics)
ITKStatistics
ITKTransform)
include(${ITK_USE_FILE})
message(STATUS "ITK: ${ITK_LIBRARIES}")

Expand Down
53 changes: 0 additions & 53 deletions alizalcms/AUTHORS

This file was deleted.

5 changes: 2 additions & 3 deletions debian-10/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
dh $@ --buildsystem=cmake

# Option -DALIZA_CXX_STANDARD:STRING=14 sets CMAKE_CXX_STANDARD
# to 14 only to get rid of ITK-4.12 dev-package VNL warnings.
#
# ITK version 5 is OK too.
# to 14 to get rid of ITK-4.12 dev-package VNL warnings
# on Debian 10.
CMAKEFLAGS = -DALIZA_QT_VERSION:STRING=5 \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DALIZA_CXX_STANDARD:STRING=14 \
Expand Down
1 change: 0 additions & 1 deletion debian-12-qt5/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
%:
dh $@ --buildsystem=cmake

# ITK version 5 is OK too.
CMAKEFLAGS = -DALIZA_QT_VERSION:STRING=5 \
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DALIZA_USE_SYSTEM_BULLET:BOOL=ON \
Expand Down
1 change: 0 additions & 1 deletion debian-12-qt6/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
%:
dh $@ --buildsystem=cmake

# ITK version 5 is OK too
CMAKEFLAGS = -DALIZA_QT_VERSION:STRING=6 \
-DALIZA_CXX_STANDARD:STRING=17 \
-DCMAKE_SKIP_RPATH:BOOL=ON \
Expand Down

0 comments on commit 3d79c59

Please sign in to comment.