Correct make script

This commit is contained in:
mayeut 2015-10-10 17:27:49 +02:00
parent f33f50126c
commit 4560d270e0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 2.8)
set( ENV{LANG} en_US.UTF-8)
if($ENV{OPJ_BINARY_DIR})
set( CTEST_DASHBOARD_ROOT "$ENV{OPJ_BINARY_DIR}" )
else
else()
set( CTEST_DASHBOARD_ROOT "$ENV{PWD}/build" )
endif()
set( CTEST_CMAKE_GENERATOR "Unix Makefiles") # Always makefile in travis-ci environment