Explorar o código

examples/Makefile.am: fix conditional for compiling openmp examples

Nathalie Furmento %!s(int64=9) %!d(string=hai) anos
pai
achega
23c52db4ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -271,7 +271,7 @@ STARPU_EXAMPLES +=				\
 endif
 endif
 
-if !STARPU_HAVE_WINDOWS
+if STARPU_HAVE_OPENMP
 STARPU_EXAMPLES +=				\
 	openmp/vector_scal_omp			\
 	sched_ctx/sched_ctx_without_sched_policy\