浏览代码

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

Nathalie Furmento 9 年之前
父节点
当前提交
23c52db4ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  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\