with latest version of cmake, C++, C, python3 and last java version. It has
not been possible to reach a successfull compilation with node and cordova.
Most of the modifications are workarouds because the software requires an
heavy revision from a tue dev whom I am not.
Modifications qui seront validées :
modifié : CMakeLists.txt
modifié : cmake/modules/FindNode.cmake
modifié : cmake/modules/FindNpm.cmake
modifié : cmake/modules/OpenCVDetectPython.cmake
nouveau fichier : cmake/modules/OpenCVDetectPython.oldcmake
modifié : include/upm_types.h
modifié : src/CMakeLists.txt
modifié : src/ehr/ehr.cxx
supprimé : src/hp20x/CMakeLists.txt
supprimé : src/hp20x/hp20x.cxx
supprimé : src/hp20x/hp20x.hpp
supprimé : src/hp20x/hp20x.json
Updates to the FindNodejs.cmake module to find newer installs of nodejs
across other distros. For example openSUSE: /usr/include/node6/node.h
* Added PATH_SUFFIX to find_path for node.h.
* Standardized usage of message() (added STATUS)
* Call find_package_handle_standard_args with version
* Reformatted to look uniform.
Signed-off-by: Noel Eck <noel.eck@intel.com>
* Removed unessesary spaces.
* Changed INFO to STATUS since INFO is not a cmake message
keyword.
* Changed a few messages from status/info to warning.
* Fixed trailing carriage return on yuidoc execute_process.
* Removed my debug messages for CXX vs C.
Signed-off-by: Noel Eck <noel.eck@intel.com>
Fixed a few small typos for handling node as well as a
small conditional for building PYTHON.
* Fixed some NODE_EXECUTABLE->NODEJS_EXECUTABLE instances
which must have been missed from a previous commit.
* Added a qualifier for python documentation so both
BUILDSWIGPYTHON AND BUILDSWIG must be set to add
dependencies for pydoc.
Signed-off-by: Noel Eck <noel.eck@intel.com>
FindNode.cmake reports failure it cannot detect all required include files.
Module is now called with REQUIRED flag to prevent generation of makefiles
that will not build.
Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>