Remove obsolete build and documentation files and clean up commented-out code

This commit is contained in:
Aleksandr Dobkin
2026-03-11 02:47:32 -07:00
parent cf135c6843
commit deb464854a
5 changed files with 11 additions and 562 deletions

View File

@@ -8,7 +8,6 @@ if(NOT DEFINED BBL_INTERNAL_TESTING)
set(BBL_INTERNAL_TESTING "0")
endif()
set(SoftFever_VERSION "2.3.2-dev")
set(ZAA_VERSION "1.0.3")
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
SoftFever_VERSION_MATCH ${SoftFever_VERSION})
set(ORCA_VERSION_MAJOR ${CMAKE_MATCH_1})