Fix unity build

This commit is contained in:
John Freeman
2020-04-07 09:07:49 -05:00
committed by manojsdoshi
parent 3e9cff9287
commit 25b13978e7

View File

@@ -965,7 +965,8 @@ endif ()
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.16)
# any files that don't play well with unity should be added here
set_source_files_properties(
# this one seems to produce conflicts in beast teardown template methods:
# these two seem to produce conflicts in beast teardown template methods
src/test/rpc/ValidatorRPC_test.cpp
src/test/rpc/ShardArchiveHandler_test.cpp
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
endif ()