Skip to content

Commit 755e63a

Browse files
author
Darth Vader
committed
Merge commit 'de5caaf6bc89be01d2d9e88ffc8e8139e55b3417'
2 parents 4172e23 + de5caaf commit 755e63a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

database/CMakeLists.txt

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# set standard directory locations
2-
include(GNUInstallDirs)
3-
41
set(phreeqc_DATABASE
52
Amm.dat
63
core10.dat
@@ -11,19 +8,20 @@ set(phreeqc_DATABASE
118
minteq.dat
129
minteq.v4.dat
1310
phreeqc.dat
11+
PHREEQC_ThermoddemV1.10_15Dec2020.dat
1412
pitzer.dat
1513
sit.dat
1614
Tipping_Hurley.dat
1715
wateq4f.dat
18-
)
16+
)
1917

2018
# for mytest tests
2119
foreach(db ${phreeqc_DATABASE})
2220
configure_file(${db} ${db} COPYONLY)
2321
endforeach()
2422

25-
if (WIN32)
26-
install (FILES ${phreeqc_DATABASE} DESTINATION database)
23+
if(WIN32)
24+
install(FILES ${phreeqc_DATABASE} DESTINATION database)
2725
else()
28-
install (FILES ${phreeqc_DATABASE} DESTINATION ${CMAKE_INSTALL_DOCDIR}/database)
26+
install(FILES ${phreeqc_DATABASE} DESTINATION ${CMAKE_INSTALL_DOCDIR}/database)
2927
endif()

0 commit comments

Comments
 (0)