mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Rename Bonsai Viewer build option
Replace the old IFC viewer build switch with BUILD_BONSAIVIEWER in CMake, the Linux workflows, and the nix build script. Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -76,6 +76,6 @@ install(FILES ${IFCVIEWER_H_FILES}
|
||||
DESTINATION ${INCLUDEDIR}/ifcviewer
|
||||
)
|
||||
|
||||
if(BUILD_IFCVIEWER_TESTS)
|
||||
if(BUILD_BONSAIVIEWER_TESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
@@ -143,7 +143,7 @@ mkdir build && cd build
|
||||
|
||||
cmake ../cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_IFCVIEWER=ON \
|
||||
-DBUILD_BONSAIVIEWER=ON \
|
||||
-DBUILD_CONVERT=OFF \
|
||||
-DBUILD_IFCPYTHON=OFF \
|
||||
-DBUILD_GEOMSERVER=OFF \
|
||||
|
||||
Reference in New Issue
Block a user