Skip to content

Commit 6fb67d2

Browse files
committed
unity build by default [ci build]
1 parent 691184e commit 6fb67d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15.0) # minimum imposed by scikit-build-core
22
project(polyscope LANGUAGES CXX)
33

4-
option(POLYSCOPE_PY_UNITY_BUILD "Enable Unity builds" OFF)
4+
option(POLYSCOPE_PY_UNITY_BUILD "Enable Unity builds" ON)
55

66
## Gather dependencies
77

0 commit comments

Comments
 (0)