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:
Dion Moult
2026-05-20 16:11:44 +10:00
parent 4913b84af7
commit bb17cfbc40
6 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -76,6 +76,6 @@ install(FILES ${IFCVIEWER_H_FILES}
DESTINATION ${INCLUDEDIR}/ifcviewer
)
if(BUILD_IFCVIEWER_TESTS)
if(BUILD_BONSAIVIEWER_TESTS)
add_subdirectory(tests)
endif()