We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691184e commit 6fb67d2Copy full SHA for 6fb67d2
1 file changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.15.0) # minimum imposed by scikit-build-core
2
project(polyscope LANGUAGES CXX)
3
4
-option(POLYSCOPE_PY_UNITY_BUILD "Enable Unity builds" OFF)
+option(POLYSCOPE_PY_UNITY_BUILD "Enable Unity builds" ON)
5
6
## Gather dependencies
7
0 commit comments