Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1a7c7cd8 authored by testcdash Nicolas Bellot's avatar testcdash Nicolas Bellot Committed by hhakim
Browse files

modif for windows visual studio

parent 9af8c8a1
Branches
Tags
No related merge requests found
......@@ -62,8 +62,12 @@ message(STATUS "CTEST_CONFIGURE_OPTIONS_OK=${CTEST_CONFIGURE_OPTIONS_OK}")
CTEST_CONFIGURE(OPTIONS "${CTEST_CONFIGURE_OPTIONS_OK}")
#CTEST_CONFIGURE(OPTIONS "-DBUILD_DEBUG:BOOL=OFF;-DDASH_TESTING:BOOL=ON;-DBUILD_COVERAGE:BOOL=ON;-DBUILD_DOCUMENTATION:BOOL=OFF;-DCMAKE_INSTALL_PREFIX=${CTEST_INSTALL_DIR};-DBUILD_USE_GPU:BOOL=ON;-DBUILD_OPENBLAS=ON")
#CTEST_BUILD()
#TEST AL on build 3 fois... bug visual studio
if (WIN32)
CTEST_BUILD()
CTEST_BUILD()
CTEST_BUILD()
endif(WIN32)
CTEST_BUILD( TARGET install)
IF(UNIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment