mirror of https://github.com/AxioDL/amuse.git
Disable cotire unity build
This commit is contained in:
parent
985994a291
commit
3f9a91b0ab
|
@ -91,6 +91,7 @@ if(COMMAND add_sanitizers)
|
|||
add_sanitizers(amuse)
|
||||
endif()
|
||||
if(COMMAND cotire)
|
||||
set_target_properties(amuse PROPERTIES COTIRE_ADD_UNITY_BUILD FALSE)
|
||||
cotire(amuse)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue