Skip to content

Commit 9d51718

Browse files
committed
Update default abi to ON
1 parent df8cdde commit 9d51718

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- PR #43 Add gpuCI build & test scripts
66
- PR #44 Added API to query whether RMM is initialized and with what options.
7+
- PR #XX Default to CXX11_ABI=ON
78

89
## Improvements
910

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ set(CMAKE_CXX_COMPILER $ENV{CXX})
4343
if(CMAKE_COMPILER_IS_GNUCXX)
4444
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
4545

46-
option(CMAKE_CXX11_ABI "Enable the GLIBCXX11 ABI" OFF)
46+
option(CMAKE_CXX11_ABI "Enable the GLIBCXX11 ABI" ON)
4747
if(CMAKE_CXX11_ABI)
4848
message(STATUS "CUDF: Enabling the GLIBCXX11 ABI")
4949
else()

0 commit comments

Comments
 (0)