mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Fix unity build
This commit is contained in:
committed by
manojsdoshi
parent
3e9cff9287
commit
25b13978e7
@@ -965,7 +965,8 @@ endif ()
|
|||||||
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.16)
|
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.16)
|
||||||
# any files that don't play well with unity should be added here
|
# any files that don't play well with unity should be added here
|
||||||
set_source_files_properties(
|
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/ValidatorRPC_test.cpp
|
||||||
|
src/test/rpc/ShardArchiveHandler_test.cpp
|
||||||
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
|
PROPERTIES SKIP_UNITY_BUILD_INCLUSION TRUE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Reference in New Issue
Block a user