Fixed MSVC dashboard (Experimental/Continuous) build scripts.

This commit is contained in:
Hauke Heibel
2013-02-27 15:54:27 +01:00
parent 455e6e38b6
commit c754023e72
4 changed files with 32 additions and 108 deletions

View File

@@ -303,8 +303,8 @@ endmacro(ei_set_sitename)
macro(ei_get_compilerver VAR)
if(MSVC)
# on windows system, we use a modified CMake script
include(CMakeDetermineVSServicePack)
DetermineVSServicePack( my_service_pack )
include(EigenDetermineVSServicePack)
EigenDetermineVSServicePack( my_service_pack )
if( my_service_pack )
set(${VAR} ${my_service_pack})