Correct make script
This commit is contained in:
parent
f33f50126c
commit
4560d270e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue