Skip to content

Commit fa0099d

Browse files
committed
Minor changes to get the code working while compiling with XLF.
-> ADD_DEFINITION(-DxlC)
1 parent 96fae1a commit fa0099d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/CheckFlushIntrinsic.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ IF(NOT DEFINED FLUSH)
5252
SET(FLUSH "xlf")
5353
SET(FLUSH_METHOD "with underscore")
5454
ADD_DEFINITIONS(-DFC_HAVE_FLUSH)
55+
ADD_DEFINITIONS(-DxlC)
5556
ENDIF(${TEST_FLUSH_OK} MATCHES TRUE)
5657
ENDIF(NOT DEFINED FLUSH)
5758

0 commit comments

Comments
 (0)