Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove ugly quotes
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 30 Sep 2013 13:07:37 +0000 (15:07 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 30 Sep 2013 13:07:37 +0000 (15:07 +0200)
buildtools/Cmake/AddTests.cmake

index 0ddaaa3..132bf47 100644 (file)
@@ -22,7 +22,7 @@ SET(TRIGGER_SITE "http://cdash.inria.fr/CDash/cgi-bin/Submit-Random-TestingResul
 #If you use the --read-var-info option Memcheck will run more slowly but may give a more detailed description of any illegal address.
 
 if(WIN32)
-SET(TESH_COMMAND "perl.exe ${CMAKE_BINARY_DIR}/bin/tesh")
+SET(TESH_COMMAND perl.exe ${CMAKE_BINARY_DIR}/bin/tesh)
 else()
 SET(TESH_COMMAND ${CMAKE_BINARY_DIR}/bin/tesh)
 endif()