Change LY_UNITY_BUILD default to "ON" (#3244)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-17 12:05:51 -07:00
committed by GitHub
parent 8b70b7c045
commit fb05beffe3
+1 -1
View File
@@ -6,7 +6,7 @@
#
#
set(LY_UNITY_BUILD OFF CACHE BOOL "UNITY builds")
set(LY_UNITY_BUILD ON CACHE BOOL "UNITY builds")
include(CMakeFindDependencyMacro)
include(cmake/LyAutoGen.cmake)