Remove enable_language from language modules

Notice that cxx.cmake reference, incorrectly, CMAKE_C_COMPILER instead of CMAKE_CXX_COMPILER
This commit is contained in:
Roberto Di Remigio
2017-04-07 17:58:52 +02:00
parent 28b9ba022c
commit 98ba4cf3b2
6 changed files with 13 additions and 13 deletions

View File

@ -55,12 +55,15 @@ matrix:
- os: osx
osx_image: xcode6.4
compiler: gcc
env: SOURCES=homebrew
env:
- SOURCES=homebrew
- HOMEBREW_GCC='homebrew/versions/gcc48'
install:
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew install cmake boost python gcc open-mpi
brew install cmake boost python open-mpi
brew reinstall ${HOMEBREW_GCC}
pip install virtualenv
elif [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
pip install --user virtualenv