Skip to content

Commit

Permalink
Do not re-test for the existence of pthread.h.
Browse files Browse the repository at this point in the history
It was causing problems on the MinGW build. See PR8849.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122518 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Oscar Fuentes committed Dec 23, 2010
1 parent 7898261 commit af62935
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ if( NOT WIN32 )
add_subdirectory(ExceptionDemo)
endif()

include(CheckIncludeFile)
check_include_file(pthread.h HAVE_PTHREAD_H)

if( HAVE_PTHREAD_H )
add_subdirectory(ParallelJIT)
endif( HAVE_PTHREAD_H )

0 comments on commit af62935

Please sign in to comment.