Commit 10a101808167e85de68e182811e7e3a345e24df3

Authored by Myriam Bouchemit
1 parent 67c302c5
Exists in master

probleme compilation avec redirection URL

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
server/kernel/CMakeLists.txt
... ... @@ -22,7 +22,7 @@ SET(TREPS_SONAR_PORT "8090")
22 22 SET(TREPS_MYSQL_PORT "3306")
23 23 SET(TREPS_FITNESSE_PORT "8081")
24 24  
25   -SET(TREPS_3DVIEW_BASEDIR "http://3dview.cdpp.eu")
  25 +SET(TREPS_3DVIEW_BASEDIR "http://3dview.irap.omp.eu")
26 26 SET(TREPS_3DVIEW_WSDL "${TREPS_3DVIEW_BASEDIR}/CdppServices?wsdl")
27 27  
28 28 SET(TREPS_INSTALL_DIR "$ENV{TREPS_INSTALL_DIR}")
... ...