cmake_modules/FindFreepascal.cmake
changeset 8188 4c166505e5c8
parent 8166 5bc0fc0bab4d
child 8195 37d47f09f981
equal deleted inserted replaced
8187:fa725fe25708 8188:4c166505e5c8
    27     OUTPUT_QUIET ERROR_QUIET)
    27     OUTPUT_QUIET ERROR_QUIET)
    28 
    28 
    29 if (TEST_NOEXECSTACK)
    29 if (TEST_NOEXECSTACK)
    30     set(NOEXECSTACK_FLAGS "")
    30     set(NOEXECSTACK_FLAGS "")
    31     message(STATUS "Checking whether linker needs explicit noexecstack -- no")
    31     message(STATUS "Checking whether linker needs explicit noexecstack -- no")
    32 else()
    32 else(TEST_NOEXECSTACK)
    33     message(STATUS "Checking whether linker needs explicit noexecstack -- yes")
    33     message(STATUS "Checking whether linker needs explicit noexecstack -- yes")
    34 endif()
    34 endif(TEST_NOEXECSTACK)