Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Revert LEAN_BUILD so its disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lf94 authored Nov 20, 2021
1 parent 8642556 commit abe3d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif ()
# This is set to 1 on Lee's underpowered server.
# It disables the libfive and openvdb dependencies, which require
# lots of memory to compile.
set(LEAN_BUILD 1)
set(LEAN_BUILD 0)
file(GLOB LeanSensitiveSrc curv/export_mesh.cc)
set_property(
SOURCE ${LeanSensitiveSrc}
Expand Down

0 comments on commit abe3d2b

Please sign in to comment.