From aa5623ce33db1e206bc702d7b4c74181a91378a0 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Wed, 28 Dec 2011 22:47:27 +0100 Subject: [PATCH] Fix oqgraph build . Plugin does not need rtti, and does not load if rtti compile settings are different from server's --- storage/oqgraph/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/oqgraph/CMakeLists.txt b/storage/oqgraph/CMakeLists.txt index 35a105f4baa..91704d75750 100644 --- a/storage/oqgraph/CMakeLists.txt +++ b/storage/oqgraph/CMakeLists.txt @@ -18,7 +18,6 @@ IF(BOOST_OK) ELSE(MSVC) SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated") STRING(REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) - STRING(REPLACE "-fno-rtti" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) STRING(REPLACE "-fno-implicit-templates" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) ENDIF(MSVC)