summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/HP-UX-HP.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-03-02 22:49:17 (GMT)
committerBrad King <brad.king@kitware.com>2011-03-02 22:49:17 (GMT)
commitd0f71e2545e234671abe3b6de325726f23cf854d (patch)
tree23df0d5a57ef6f814398ce8a7299c27b66f32ba1 /Modules/Platform/HP-UX-HP.cmake
parentbd580be526f7b394fb84960f3f706dae2d0eb940 (diff)
downloadCMake-d0f71e2545e234671abe3b6de325726f23cf854d.zip
CMake-d0f71e2545e234671abe3b6de325726f23cf854d.tar.gz
CMake-d0f71e2545e234671abe3b6de325726f23cf854d.tar.bz2
Add ASM platform information for HP compiler on HP
Among other flags this sets RPATH flags correctly so that CMake knows how to treat CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH for the ASM language.
Diffstat (limited to 'Modules/Platform/HP-UX-HP.cmake')
-rw-r--r--Modules/Platform/HP-UX-HP.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/HP-UX-HP.cmake b/Modules/Platform/HP-UX-HP.cmake
index 772edb4..5e70d31 100644
--- a/Modules/Platform/HP-UX-HP.cmake
+++ b/Modules/Platform/HP-UX-HP.cmake
@@ -20,6 +20,7 @@ set(__HPUX_COMPILER_HP 1)
set(_Wl_C "")
set(_Wl_CXX "-Wl,")
set(_Wl_Fortran "")
+set(_Wl_ASM "")
macro(__hpux_compiler_hp lang)
set(CMAKE_SHARED_LIBRARY_${lang}_FLAGS "+Z")