Use lowercase for cmake commands consistenly
[openjpeg.git] / tests / nonregression / checkmd5refs.cmake
index 40e019b73c27bffa1c25c42af4454888c608d683..75afbed05cb9f6c16cac799e9da69a13194a1f01 100644 (file)
@@ -43,11 +43,11 @@ file(READ ${REFFILE} variable)
 foreach(pgxfullpath ${globfiles})
   file(MD5 ${pgxfullpath} output)
   get_filename_component(pgxfile ${pgxfullpath} NAME)
-  
+
   string(REGEX MATCH "[0-9a-f]+  ${pgxfile}" output_var "${variable}")
 
   set(output "${output}  ${pgxfile}")
-  
+
   if("${output_var}" STREQUAL "${output}")
     message(STATUS "equal: [${output_var}] vs [${output}]")
   else()