mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
enabled dashboard only if CTestConfig.cmake exists
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@10002 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
6a6d3d7cd4
commit
f326e46b53
@ -387,8 +387,10 @@ if (STANDALONE_BUILD EQUAL 1)
|
||||
add_subdirectory(examples)
|
||||
add_subdirectory(tests)
|
||||
|
||||
# enable dashboard scripting
|
||||
include (CTest)
|
||||
if (EXISTS "CTestConfig.cmake")
|
||||
# enable dashboard scripting
|
||||
include (CTest)
|
||||
endif()
|
||||
|
||||
# enable distribution creation
|
||||
set(CPACK_PACKAGE_VERSION "3.2.0")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user