From 020a771125ddd131dea344bcee97a2b0cddd4c70 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 4 Jul 2018 11:26:50 -0700 Subject: [PATCH] Clean up Folly CMakeLists (#127) Summary: Remove left over from local testing. Closes https://github.com/facebook/Sonar/pull/127 Reviewed By: danielbuechele Differential Revision: D8723789 Pulled By: passy fbshipit-source-id: f08203a441c35860dd5257a0ec147d1bf9c3da60 --- android/third-party/Folly/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/android/third-party/Folly/CMakeLists.txt b/android/third-party/Folly/CMakeLists.txt index 351206bdc..8ebd76ece 100644 --- a/android/third-party/Folly/CMakeLists.txt +++ b/android/third-party/Folly/CMakeLists.txt @@ -134,7 +134,6 @@ target_include_directories(${PACKAGE_NAME} PRIVATE ${DOUBLECONVERSION_DIR}) -set(LIBEXTRA_PATH /Users/prit91/LocalDevTesting/sonar-upstream-proper/Sonar/android/build/third-party-ndk/LibEvent/.externalNativeBuild/cmake/debug/${ANDROID_ABI}/lib) set(OPENSSL_LINK_DIRECTORIES ${PROJECT_SOURCE_DIR}/../OpenSSL/libs/${ANDROID_ABI}/) find_path(OPENSSL_LIBRARY libssl.so HINTS ${OPENSSL_LINK_DIRECTORIES})