Skip to content

Commit

Permalink
Remove disabling RTTI message from CMake
Browse files Browse the repository at this point in the history
Signed-off-by: James Lovejoy <[email protected]>
  • Loading branch information
metalicjames authored and HalosGhost committed Sep 29, 2022
1 parent 46771a9 commit 72b95a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ find_library(NURAFT_LIBRARY nuraft REQUIRED)
find_library(GTEST_LIBRARY gtest REQUIRED)
find_library(GTEST_MAIN_LIBRARY gtest_main REQUIRED)

message("Disabling Run Time Type Information (RTTI) features.")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")

include_directories(3rdparty 3rdparty/secp256k1/include /usr/local/include /opt/homebrew/include)
Expand Down

0 comments on commit 72b95a4

Please sign in to comment.