cmake_modules/FindFreepascal.cmake
changeset 8193 10144ac42d1c
parent 8188 4c166505e5c8
child 8195 37d47f09f981
equal deleted inserted replaced
8191:3f03f0b6a385 8193:10144ac42d1c
    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)