mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
updated installer
This commit is contained in:
parent
164b85d3e0
commit
cfc208b012
@ -1,4 +1,7 @@
|
||||
SET(phreeqc_DATABASE
|
||||
# set standard directory locations
|
||||
include(GNUInstallDirs)
|
||||
|
||||
set(phreeqc_DATABASE
|
||||
Amm.dat
|
||||
core10.dat
|
||||
ColdChem.dat
|
||||
@ -14,9 +17,8 @@ Tipping_Hurley.dat
|
||||
wateq4f.dat
|
||||
)
|
||||
|
||||
IF(WIN32)
|
||||
if (WIN32)
|
||||
install (FILES ${phreeqc_DATABASE} DESTINATION database)
|
||||
ELSE()
|
||||
else()
|
||||
install (FILES ${phreeqc_DATABASE} DESTINATION ${CMAKE_INSTALL_DOCDIR}/database)
|
||||
ENDIF()
|
||||
|
||||
endif()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user