equal
deleted
inserted
replaced
26 RESULT_VARIABLE TEST_NOEXECSTACK |
26 RESULT_VARIABLE TEST_NOEXECSTACK |
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 supports noexecstack flag -- no") |
31 message(STATUS "Checking whether linker needs explicit noexecstack -- no") |
32 else() |
32 else() |
33 message(STATUS "Checking whether linker supports noexecstack flag -- yes") |
33 message(STATUS "Checking whether linker needs explicit noexecstack -- yes") |
34 endif() |
34 endif() |