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)
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user