Salome HOME
[bos #39942] EDF 25230 - New problem with XYZtoUV
[modules/geom.git] / src / ShapeRecognition / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 78372f5..bc64c84
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2023  CEA, EDF, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,6 @@
 
 # additional include directories
 INCLUDE_DIRECTORIES(
-  #${CAS_INCLUDE_DIRS}
   ${KERNEL_INCLUDE_DIRS}
   ${OPENCV_INCLUDE_DIR}
   ${QT_INCLUDES}
@@ -31,14 +30,10 @@ INCLUDE_DIRECTORIES(
 
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(
-  #${CAS_DEFINITIONS}
   ${QT_DEFINITIONS}
   )
-IF(NOT SALOME_GUI_BUILD_WITH_QT5)
-  SET(QT_QTCORE_LIB ${QT_QTCORE_LIBRARY})
-ELSE()
-  SET(QT_QTCORE_LIB ${Qt5Core_LIBRARIES})
-ENDIF()
+
+SET(QT_QTCORE_LIB ${Qt5Core_LIBRARIES})
 
 # libraries to link to
 SET(_link_LIBRARIES