mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
build(cmake): update project name to litephreeqc
This commit is contained in:
parent
a46bf4d4fe
commit
5c398186fd
@ -2,7 +2,7 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
project (
|
||||
IPhreeqc
|
||||
litephreeqc
|
||||
VERSION 3.8.5
|
||||
LANGUAGES CXX C
|
||||
)
|
||||
@ -24,6 +24,8 @@ if (STANDALONE_BUILD)
|
||||
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
|
||||
"Debug" "Release" "MinSizeRel" "RelWithDebInfo")
|
||||
endif()
|
||||
if (WIN32)
|
||||
message(FATAL_ERROR "litephreeqc cannot be built on Windows systems.")
|
||||
endif()
|
||||
|
||||
# overide docdir on windows
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
if (WIN32)
|
||||
message(FATAL_ERROR "litephreeqc cannot be built on Windows systems.")
|
||||
endif()
|
||||
|
||||
set(LPQC_SOURCE_FILES
|
||||
src/Engine.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user