Salome HOME
0023412: EDF 14194 - Conflict with native SWIG vsr/23412
authorvsr <vsr@opencascade.com>
Tue, 14 Feb 2017 10:02:19 +0000 (13:02 +0300)
committervsr <vsr@opencascade.com>
Tue, 14 Feb 2017 10:03:39 +0000 (13:03 +0300)
Workaround about stupid CMake bug that find_program performs search by iterating through names at first place instead of paths!!!

CMakeModules/FindLibbatchSWIG.cmake

index 99529fcc380bfe70f89a7d5bbbd62e0c7571d3c2..5fbe8dbfcce513a498fc5f6bfc505c545e9d53b9 100644 (file)
 #
 #  !! Please read the generic detection procedure in libbatchMacros.cmake !!
 #
+
+# Workaround about stupid CMake bug that find_program performs search by iterating through names at first place
+# instead of paths!!!
+FIND_PROGRAM(SWIG_EXECUTABLE NAMES swig3.0 swig2.0 swig HINTS $ENV{SWIG_ROOT_DIR} PATH_SUFFIXES bin NO_CMAKE_SYSTEM_PATH NO_SYSTEM_ENVIRONMENT_PATH)
+
 SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(SWIG SWIG_EXECUTABLE 2)
 MARK_AS_ADVANCED(SWIG_EXECUTABLE SWIG_VERSION)