Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Nov 20, 2023
1 parent 8adab39 commit 51194ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif (ENABLE_UCX_DTL AND NOT ucx_FOUND)

if (ENABLE_DYAD_DEBUG)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDYAD_FULL_DEBUG=1 -DDYAD_LOGGING_ON=1")
set(CMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -DDYAD_FULL_DEBUG=1 -DDYAD_LOGGING_ON=1"
set(CMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -DDYAD_FULL_DEBUG=1 -DDYAD_LOGGING_ON=1")
endif (ENABLE_DYAD_DEBUG)

set(CMAKE_C_VISIBILITY_PRESET hidden)
Expand Down

0 comments on commit 51194ce

Please sign in to comment.