From 6bf196436089021fc1a62942174bb8713f66b8d2 Mon Sep 17 00:00:00 2001 From: thaipandada Date: Sat, 7 Mar 2020 22:48:45 +0800 Subject: [PATCH] drop unuse check --- libraries/fc | 2 +- tests/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/fc b/libraries/fc index ac3bee8650b..5ac1fd76872 160000 --- a/libraries/fc +++ b/libraries/fc @@ -1 +1 @@ -Subproject commit ac3bee8650b9090a1a66366392fd882cfe7931c8 +Subproject commit 5ac1fd7687261511c4a6a1866c5ade4b867390f8 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1b45e157721..fcd5a295007 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,7 +5,6 @@ if( GPERFTOOLS_FOUND ) list( APPEND PLATFORM_SPECIFIC_LIBS tcmalloc ) endif() -find_package(LLVM 7.1 REQUIRED CONFIG) link_directories(${LLVM_LIBRARY_DIR})