diff options
Diffstat (limited to 'config/toolchain/PGI.cmake')
-rw-r--r-- | config/toolchain/PGI.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/toolchain/PGI.cmake b/config/toolchain/PGI.cmake index 9710d22..ec58cbb 100644 --- a/config/toolchain/PGI.cmake +++ b/config/toolchain/PGI.cmake @@ -1,5 +1,6 @@ # Uncomment the following to use cross-compiling #set(CMAKE_SYSTEM_NAME Linux) + set(CMAKE_COMPILER_VENDOR "PGI") set(CMAKE_C_COMPILER pgcc) |