[CMake] Fix a really simple, silly bug from r261797

This should fix bots with CMake older than 2.8.12.

llvm-svn: 261801
This commit is contained in:
Chris Bieneman 2016-02-24 22:42:47 +00:00
parent cbb1bf983b
commit e8c7d77955
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if(CMAKE_VERSION VERSION_LESS 2.8.12)
set(cmake_2_8_12_PRIVATE)
if(APPLE)
set(CMAKE_MACOSX_RPATH On)
endif
endif()
else()
# Use ${cmake_2_8_12_KEYWORD} intead of KEYWORD in target_link_libraries().
set(cmake_2_8_12_INTERFACE INTERFACE)