X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=54ee6cc3a3a41ee0188b8be3f5ecd8c338772c79;hb=f0e06e8d4445a45b18d18efcdb7c6fef22e90047;hp=f60c0eda030612b50e69b91b6532e3abf2a82f8d;hpb=778086caf71596d61b70db168e9f4b6598049cf0;p=oota-llvm.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index f60c0eda030..54ee6cc3a3a 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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 )