Skip to content

Commit

Permalink
Can we force GEOTIFF_INCLUDE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed May 31, 2018
1 parent 6f745e9 commit 160c1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -24,6 +24,7 @@ before_install:
echo "Configuring conda."
conda env create -f ./scripts/ci/environment.yml
source activate pdal
conda list
script:
- ./scripts/ci/script.sh
Expand Down
3 changes: 2 additions & 1 deletion scripts/ci/script.sh
Expand Up @@ -7,14 +7,15 @@ g++ --version
mkdir -p _build || exit 1
cd _build || exit 1

GEOTIFF_INCLUDE_DIR=$CONDA_PREFIX/include \
cmake .. \
-G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_MAKE_PROGRAM=make \
-DBUILD_PLUGIN_PYTHON=ON \
-DBUILD_PLUGIN_CPD=ON \
-DBUILD_PLUGIN_CPD=OFF \
-DBUILD_PLUGIN_GREYHOUND=ON \
-DBUILD_PLUGIN_HEXBIN=ON \
-DBUILD_PLUGIN_NITF=ON \
Expand Down

0 comments on commit 160c1be

Please sign in to comment.