Use lowercase for cmake commands consistenly
[openjpeg.git] / tools / ctest_scripts / travis-ci.cmake
index f8b23ada38897d0d4ed66bff5fa765ea56b9e9cb..f8c50e5bed7fa213b2f13d49818319c3729df373 100644 (file)
@@ -69,8 +69,8 @@ if("$ENV{CC}" MATCHES ".*mingw.*")
 endif()
 
 if(NOT "$ENV{OPJ_CI_SKIP_TESTS}" STREQUAL "1")
-       # To execute part of the encoding test suite, kakadu binaries are needed to decode encoded image and compare 
-       # it to the baseline. Kakadu binaries are freely available for non-commercial purposes 
+       # To execute part of the encoding test suite, kakadu binaries are needed to decode encoded image and compare
+       # it to the baseline. Kakadu binaries are freely available for non-commercial purposes
        # at http://www.kakadusoftware.com.
        # Here's the copyright notice from kakadu:
        # Copyright is owned by NewSouth Innovations Pty Limited, commercial arm of the UNSW Australia in Sydney.
@@ -91,7 +91,7 @@ else()
        set(BUILD_TESTING "FALSE")
 endif(NOT "$ENV{OPJ_CI_SKIP_TESTS}" STREQUAL "1")
 
-# Options 
+# Options
 set( CACHE_CONTENTS "
 
 # Build kind
@@ -103,19 +103,19 @@ CMAKE_C_FLAGS:STRING= ${CCFLAGS_ARCH} ${CCFLAGS_WARNING}
 # Use to activate the test suite
 BUILD_TESTING:BOOL=${BUILD_TESTING}
 
-# Build Thirdparty, useful but not required for test suite 
+# Build Thirdparty, useful but not required for test suite
 BUILD_THIRDPARTY:BOOL=TRUE
 
 # JPEG2000 test files are available with git clone https://github.com/uclouvain/openjpeg-data.git
 OPJ_DATA_ROOT:PATH=$ENV{PWD}/data
 
-# jpylyzer is available with on GitHub: https://github.com/openpreserve/jpylyzer  
+# jpylyzer is available with on GitHub: https://github.com/openpreserve/jpylyzer
 JPYLYZER_EXECUTABLE=$ENV{PWD}/jpylyzer/jpylyzer.${JPYLYZER_EXT}
 
 " )
 
 #---------------------
-#1. openjpeg specific: 
+#1. openjpeg specific:
 set( CTEST_PROJECT_NAME        "OPENJPEG" )
 if(NOT EXISTS $ENV{OPJ_SOURCE_DIR})
        message(FATAL_ERROR "OPJ_SOURCE_DIR not defined or does not exist:$ENV{OPJ_SOURCE_DIR}")