--- a/cmake_modules/FindFreepascal.cmake Mon Dec 10 03:07:25 2012 +0100
+++ b/cmake_modules/FindFreepascal.cmake Mon Dec 10 03:59:00 2012 +0100
@@ -13,7 +13,7 @@
string(REGEX MATCH "[0-9]+\\.[0-9]+" FPC_VERSION_LONG "${FPC_VERSION_FULL}")
string(REGEX REPLACE "([0-9]+\\.[0-9]+)" "\\1" FPC_VERSION "${FPC_VERSION_LONG}")
- message(STATUS "Found Freepascal: ${FPC_EXECUTABLE} (version ${FPC_VERSION}")
+ message(STATUS "Found Freepascal: ${FPC_EXECUTABLE} (version ${FPC_VERSION})")
else()
message(FATAL_ERROR "Could NOT find Freepascal")
endif()