소스 검색

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

Nathalie Furmento 12 년 전
부모
커밋
32a71532cd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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