Bläddra i källkod

examples/Makefile.am: do not build openmp example on windows machines

Nathalie Furmento 12 år sedan
förälder
incheckning
32a71532cd
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -880,11 +880,13 @@ endif
 # openmp example #
 ##################
 
+if !STARPU_HAVE_WINDOWS
 examplebin_PROGRAMS +=		\
 	openmp/vector_scal_omp
 
 openmp_vector_scal_omp_CFLAGS = \
 	$(AM_CFLAGS) -fopenmp
+endif
 
 showcheck:
 	-cat $(TEST_LOGS) /dev/null