Skip to content

Commit

Permalink
CMake: fix typo in DDRSetStub.cmake.in
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
  • Loading branch information
dnakamura committed Apr 23, 2021
1 parent fd17fcf commit b0f8793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/ddr/DDRSetStub.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function(process_source_files src_files)
# Adding this option to the command alleviates this issue.
list(APPEND pp_command "-xc++")
endif()
if("@OMR_OS_ZOS@" and "@OMR_ENV_DATA64@")
if("@OMR_OS_ZOS@" AND "@OMR_ENV_DATA64@")
# we need to set 64 bit code generation to ensure that limits.h macros are set correctly.
list(APPEND pp_command "-Wc,lp64")
endif()
Expand Down

0 comments on commit b0f8793

Please sign in to comment.