Skip to content
Snippets Groups Projects
Commit b01f06af authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Switched to www.nektar.info domain for thirdparty files.

Create ThirdParty directory if does not exist.


git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3784 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
parent 5880b847
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,11 @@ ENDIF( NOT WIN32 )
INCLUDE (NektarCommon)
# Find Libraries
SET(TPURL http://ae-nektar.ae.ic.ac.uk/thirdparty)
SET(TPURL http://www.nektar.info/thirdparty)
SET(TPSRC ${CMAKE_SOURCE_DIR}/ThirdParty)
IF (NOT EXISTS ${TPSRC})
FILE(MAKE_DIRECTORY ${TPSRC})
ENDIF ()
INCLUDE (ThirdPartyTinyxml)
INCLUDE (ThirdPartyLoki)
INCLUDE (ThirdPartyMetis)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment