ENH: this variable overrides all PROJECT_URL. Check the dashboard, all projects have the wrong URL in their "Home" button. Other variables (like ROLLUP_URL) were moved a while ago, for some reasons this one is still here.
This commit is contained in:
parent
996f391593
commit
5a836da544
|
@ -24,9 +24,6 @@ IF(BUILD_TESTING)
|
|||
INCLUDE(CTest)
|
||||
SET(RUN_FROM_DART)
|
||||
|
||||
# Project Home Page
|
||||
SET (PROJECT_URL "http://www.kitware.com")
|
||||
|
||||
FIND_PROGRAM(COMPRESSIONCOMMAND NAMES gzip compress zip
|
||||
DOC "Path to program used to compress files for transfer to the dart server")
|
||||
FIND_PROGRAM(GUNZIPCOMMAND gunzip DOC "Path to gunzip executable")
|
||||
|
|
Loading…
Reference in New Issue