Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Hide eigen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Aug 31, 2018
1 parent c773027 commit da021ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions .travis.yml
Expand Up @@ -31,49 +31,6 @@ matrix:
- g++-6
- libeigen3-dev
env: COMPILER=gcc GCC=6
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.6
packages:
- clang-3.6
- libeigen3-dev
env: COMPILER=clang CLANG=3.6
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.7
packages:
- clang-3.7
- libeigen3-dev
env: COMPILER=clang CLANG=3.7
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.8
packages:
- clang-3.8
- libeigen3-dev
env: COMPILER=clang CLANG=3.8
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.9
packages:
- clang-3.9
- libeigen3-dev
env: COMPILER=clang CLANG=3.9
- os: osx
osx_image: xcode8
compiler: clang
before_install:
- |
# Configure build variables
Expand Down
2 changes: 1 addition & 1 deletion develop/CMakeLists.txt
Expand Up @@ -27,7 +27,7 @@ find_package(PkgConfig)

# load "eigen3"
pkg_check_modules(EIGEN3 REQUIRED eigen3)
include_directories(${EIGEN3_INCLUDE_DIRS})
include_directories(SYSTEM ${EIGEN3_INCLUDE_DIRS})

# add other paths
if(NOT "$ENV{INCLUDE_PATH}" STREQUAL "")
Expand Down

0 comments on commit da021ac

Please sign in to comment.