Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2fb99156 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

modif AL

parent a5ca4e4f
Branches
Tags
No related merge requests found
......@@ -6,7 +6,9 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.4)
IF(WIN32)
SET(CTEST_CMAKE_GENERATOR "Visual Studio 12 2013")
# Option of the ctest build, set from run_nightly_XXX.sh
set (CTEST_CMAKE_GENERATOR "$ENV{CTEST_CMAKE_GENERATOR_TMP}" )
#SET(CTEST_CMAKE_GENERATOR "Visual Studio 12 2013")
#SET (CTEST_CMAKE_GENERATOR "MinGW Makefiles")
SET (CTEST_SOURCE_DIRECTORY "faust_test")
SET (CTEST_BINARY_DIRECTORY "faust_test_build")
......
......@@ -34,7 +34,10 @@ set CC=C:\mingw-w64\mingw64\bin\gcc.exe
set CXX=C:\mingw-w64\mingw64\bin\g++.exe
REM The compiler used is MinGW for windows
set (CTEST_CMAKE_GENERATOR "MinGW Makefiles")
set (CTEST_CMAKE_GENERATOR_TMP "MinGW Makefiles")
REM set (CTEST_CMAKE_GENERATOR_TMP "Visual Studio 12 2013")
REM set matlab="C:\Program Files\MATLAB\R2015b\bin\matlab.exe"
REM # /usr/local/bin/matlab in the PATH
......@@ -65,7 +68,7 @@ mkdir faust_test_build
mkdir faust_output
REM # look for the path of matlab
set "find_exe=matlab.exe"
(where matlab.exe) > logPath.txt
(where /R "C:\\Program Files\\MATLAB" matlab.exe) >> logPath.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment