mirror of https://gitee.com/bigwinds/arangodb
remove compile instruction specific for CATCH tests
This commit is contained in:
parent
d5ecdd143a
commit
fe6727b7d0
|
@ -213,8 +213,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL GNU)
|
|||
target_compile_options(arangodbtests PRIVATE -fno-devirtualize)
|
||||
endif()
|
||||
|
||||
SET_TARGET_PROPERTIES(arangodbtests PROPERTIES COMPILE_FLAGS "-DCATCH_CONFIG_FAST_COMPILE")
|
||||
|
||||
target_link_libraries(arangodbtests
|
||||
arangoserver
|
||||
rocksdb
|
||||
|
|
Loading…
Reference in New Issue