From 4ee1ee1bd0d6b19feb5846bfeccdc39a90d52ac8 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 17 Sep 2007 15:55:17 -0400 Subject: ENH: add support for the Portland Compiler to CMake, can build cmake and the tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt) Alex --- Modules/Platform/Linux-PGI-C.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Modules/Platform/Linux-PGI-C.cmake (limited to 'Modules/Platform/Linux-PGI-C.cmake') diff --git a/Modules/Platform/Linux-PGI-C.cmake b/Modules/Platform/Linux-PGI-C.cmake new file mode 100644 index 0000000000..104e3dcca7 --- /dev/null +++ b/Modules/Platform/Linux-PGI-C.cmake @@ -0,0 +1,5 @@ +SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") + +SET (CMAKE_C_CREATE_PREPROCESSED_SOURCE " -E > ") +SET (CMAKE_C_CREATE_ASSEMBLY_SOURCE " -S -o ") + -- cgit v1.2.1