cmake_modules/FindFreepascal.cmake
changeset 8283 af97cdbb7713
parent 8195 37d47f09f981
child 8285 a1500ffdc343
--- a/cmake_modules/FindFreepascal.cmake	Sun Dec 09 16:13:06 2012 +0100
+++ b/cmake_modules/FindFreepascal.cmake	Sun Dec 09 18:00:01 2012 +0100
@@ -19,6 +19,7 @@
 endif()
 
 # Check for noexecstack flag support
+message(STATUS "Checking whether linker needs explicit noexecstack")
 set(NOEXECSTACK_FLAGS "-k-z" "-knoexecstack")
 file(WRITE ${EXECUTABLE_OUTPUT_PATH}/checkstack.pas "begin end.")