Correct make script
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 15:27:49 +0000 (17:27 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 15:27:49 +0000 (17:27 +0200)
tools/ctest_scripts/travis-ci.cmake

index 2d96399d18d65ad79b8489859f92f22f89efa3f5..a95b5a0009ec8a81e144f4397d9d2a93bdad80ef 100644 (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