X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=projects%2FCMakeLists.txt;h=415530e33236788ac26f296f6b88e4b2acdf6129;hb=a4e4ffd389497eb28f5fe91521fb71da4340e5d6;hp=1a286db9ec660be163198b9536ec544727b4ce7d;hpb=50a5aa19ca5e164904e1fd62ab5cd20ac62cb9a1;p=oota-llvm.git diff --git a/projects/CMakeLists.txt b/projects/CMakeLists.txt index 1a286db9ec6..415530e3323 100644 --- a/projects/CMakeLists.txt +++ b/projects/CMakeLists.txt @@ -4,7 +4,7 @@ file(GLOB entries *) foreach(entry ${entries}) if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt) - if(NOT (${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt)) + if(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt) add_subdirectory(${entry}) endif() endif()