build: disallow litephreeqc build on Windows

This commit is contained in:
Max Lübke 2025-10-28 09:45:25 +01:00
parent 5e972551a8
commit cd4c26beed

View File

@ -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