Commit 755e63a Darth Vader
committed
File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- # set standard directory locations
2
- include (GNUInstallDirs)
3
-
4
1
set (phreeqc_DATABASE
5
2
Amm.dat
6
3
core10.dat
@@ -11,19 +8,20 @@ set(phreeqc_DATABASE
11
8
minteq.dat
12
9
minteq.v4.dat
13
10
phreeqc.dat
11
+ PHREEQC_ThermoddemV1.10_15Dec2020.dat
14
12
pitzer.dat
15
13
sit.dat
16
14
Tipping_Hurley.dat
17
15
wateq4f.dat
18
- )
16
+ )
19
17
20
18
# for mytest tests
21
19
foreach (db ${phreeqc_DATABASE} )
22
20
configure_file (${db} ${db} COPYONLY )
23
21
endforeach ()
24
22
25
- if (WIN32 )
26
- install (FILES ${phreeqc_DATABASE} DESTINATION database)
23
+ if (WIN32 )
24
+ install (FILES ${phreeqc_DATABASE} DESTINATION database)
27
25
else ()
28
- install (FILES ${phreeqc_DATABASE} DESTINATION ${CMAKE_INSTALL_DOCDIR} /database)
26
+ install (FILES ${phreeqc_DATABASE} DESTINATION ${CMAKE_INSTALL_DOCDIR} /database)
29
27
endif ()
You can’t perform that action at this time.
0 commit comments