We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a0920 commit 81c174eCopy full SHA for 81c174e
cmake/module/CheckLinkerSupportsPIE.cmake
@@ -21,7 +21,7 @@ function(check_linker_supports_pie warnings)
21
set(CMAKE_POSITION_INDEPENDENT_CODE ON PARENT_SCOPE)
22
elseif(NOT WIN32)
23
# The warning is superfluous for Windows.
24
- message(WARNING "PIE is not supported at link time: ${output}")
+ message(WARNING "PIE is not supported at link time. See the configure log for details.")
25
set(${warnings} ${${warnings}} "Position independent code disabled." PARENT_SCOPE)
26
endif()
27
endfunction()
0 commit comments