build(cmake): update project name to litephreeqc

This commit is contained in:
Max Lübke 2025-10-28 10:03:59 +01:00
parent a46bf4d4fe
commit 5c398186fd
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.20) cmake_minimum_required(VERSION 3.20)
project ( project (
IPhreeqc litephreeqc
VERSION 3.8.5 VERSION 3.8.5
LANGUAGES CXX C LANGUAGES CXX C
) )
@ -24,6 +24,8 @@ if (STANDALONE_BUILD)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
"Debug" "Release" "MinSizeRel" "RelWithDebInfo") "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif() endif()
if (WIN32)
message(FATAL_ERROR "litephreeqc cannot be built on Windows systems.")
endif() endif()
# overide docdir on windows # overide docdir on windows

View File

@ -1,6 +1,3 @@
if (WIN32)
message(FATAL_ERROR "litephreeqc cannot be built on Windows systems.")
endif()
set(LPQC_SOURCE_FILES set(LPQC_SOURCE_FILES
src/Engine.cpp src/Engine.cpp