small cmake updates

This commit is contained in:
Vladyslav Usenko 2020-04-16 16:08:50 +02:00
parent 2218740b54
commit d1e5d470f9
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ if(APPLE)
# See: https://github.com/openMVG/openMVG/issues/1349#issuecomment-401492811 # See: https://github.com/openMVG/openMVG/issues/1349#issuecomment-401492811
set(CMAKE_FIND_FRAMEWORK LAST) set(CMAKE_FIND_FRAMEWORK LAST)
if(CMAKE_SYSTEM_VERSION VERSION_LESS 19.0.0) if(CMAKE_SYSTEM_VERSION VERSION_LESS 18.0.0)
# use brewed llvm's libc++ # use brewed llvm's libc++
include_directories("/usr/local/opt/llvm/include/c++/v1") include_directories("/usr/local/opt/llvm/include/c++/v1")
link_directories("/usr/local/opt/llvm/lib") link_directories("/usr/local/opt/llvm/lib")