Specify Eigen3 include path on macOS

* Orocos KDL depends upon Eigen 3.2, an older version than
    the Homebrew default, requiring that the EIGEN3_INCLUDE_DIR
    be specified to cmake providing the Eigen3 include path
This commit is contained in:
Bruce B. Lacey
2017-05-11 23:06:05 -07:00
parent a8bd3e95e5
commit 42d6b1b1c9
+1 -1
View File
@@ -184,7 +184,7 @@ before_install:
export INSTALLED_APP_PATH="/usr/local/MacOS/FreeCAD"
fi
export CMAKE_ARGS="${CMAKE_OPTS} -DFREECAD_USE_EXTERNAL_KDL=ON"
export CMAKE_ARGS="${CMAKE_OPTS} -DFREECAD_USE_EXTERNAL_KDL=ON -DEIGEN3_INCLUDE_DIR=$(brew --prefix [email protected])/include/eigen3"
;;
*)