mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
8 lines
235 B
CMake
8 lines
235 B
CMake
|
|
include ("${RunCMake_TEST_BINARY_DIR}/${RunCMake_TEST_CONFIG}/PIE_config.cmake")
|
|
|
|
check_executable ("${pie_off}" status)
|
|
if (NOT status STREQUAL "NO_PIE")
|
|
set (RunCMake_TEST_FAILED "Executable is NOT 'no PIE' (${status}).")
|
|
endif()
|