mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-23 00:48:55 +08:00
PGI: Fix "LINKER:" prefix generated separator
Fix a typo from commit 66ea1a3795
(LINK_OPTIONS: Add support of "LINKER:" prefix,
2018-04-30, v3.13.0-rc1~437^2).
This commit is contained in:
@@ -26,7 +26,7 @@ macro(__compiler_pgi lang)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CMAKE_${lang}_LINKER_WRAPPER_FLAG "-Wl,")
|
set(CMAKE_${lang}_LINKER_WRAPPER_FLAG "-Wl,")
|
||||||
set(CMAKE_${lang}_LINKER_WRAPPER_FLAG ",")
|
set(CMAKE_${lang}_LINKER_WRAPPER_FLAG_SEP ",")
|
||||||
|
|
||||||
set(_CMAKE_${lang}_IPO_SUPPORTED_BY_CMAKE YES)
|
set(_CMAKE_${lang}_IPO_SUPPORTED_BY_CMAKE YES)
|
||||||
if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL ppc64le AND (NOT CMAKE_HOST_WIN32 OR CMAKE_${lang}_COMPILER_VERSION VERSION_LESS 16.3))
|
if(NOT CMAKE_SYSTEM_PROCESSOR STREQUAL ppc64le AND (NOT CMAKE_HOST_WIN32 OR CMAKE_${lang}_COMPILER_VERSION VERSION_LESS 16.3))
|
||||||
|
Reference in New Issue
Block a user