mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
build: disallow litephreeqc build on Windows
This commit is contained in:
parent
5e972551a8
commit
cd4c26beed
@ -1,3 +1,7 @@
|
||||
if (WIN32)
|
||||
message(FATAL_ERROR "litephreeqc cannot be built on Windows systems.")
|
||||
endif()
|
||||
|
||||
set(LPQC_SOURCE_FILES
|
||||
src/Engine.cpp
|
||||
src/Runner.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user