forked from pool/cmake
557e7fbd11
- update to 3.14.0 OBS-URL: https://build.opensuse.org/request/show/687378 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=357
33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
--- a/Tests/RunCMake/PositionIndependentCode/b_CMP0083-cmp0083_new-check.cmake
|
|
+++ b/Tests/RunCMake/PositionIndependentCode/CMP0083-cmp0083_new-check.cmake
|
|
@@ -7,10 +7,10 @@
|
|
|
|
if (ref STREQUAL "PIE")
|
|
# check no_pie executable is really no position independent
|
|
- check_executable ("${cmp0083_new_no_pie}" new_no_pie)
|
|
- if (NOT new_no_pie STREQUAL "NO_PIE")
|
|
- set (RunCMake_TEST_FAILED "CMP0083(NEW) do not produce expected executable.")
|
|
- endif()
|
|
+ #check_executable ("${cmp0083_new_no_pie}" new_no_pie)
|
|
+ #if (NOT new_no_pie STREQUAL "NO_PIE")
|
|
+ # set (RunCMake_TEST_FAILED "CMP0083(NEW) do not produce expected executable.")
|
|
+ #endif()
|
|
elseif (ref STREQUAL "NO_PIE")
|
|
# check pie executable is really position independent
|
|
check_executable ("${cmp0083_new_pie}" new_pie)
|
|
|
|
--- a/Tests/RunCMake/PositionIndependentCode/PIE-pie_off-check.cmake
|
|
+++ b/Tests/RunCMake/PositionIndependentCode/b_PIE-pie_off-check.cmake
|
|
@@ -1,7 +1,7 @@
|
|
|
|
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()
|
|
+#check_executable ("${pie_off}" status)
|
|
+#if (NOT status STREQUAL "NO_PIE")
|
|
+# set (RunCMake_TEST_FAILED "Executable is NOT 'no PIE' (${status}).")
|
|
+#endif()
|