From 656f7cc626183ce4cece67a60f0605bd89db2ce7 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 24 Sep 2018 07:20:39 -0700 Subject: [PATCH] Fix xplat build Summary: We are referencing a no longer existing folder. Reviewed By: priteshrnandgaonkar Differential Revision: D10009244 fbshipit-source-id: 710c363fdeaf4f8621eb5f5d0bde2cbd4295ae64 --- xplat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xplat/CMakeLists.txt b/xplat/CMakeLists.txt index f8aeb500c..bb9e9a2d3 100644 --- a/xplat/CMakeLists.txt +++ b/xplat/CMakeLists.txt @@ -16,7 +16,7 @@ set(DOUBLECONVERSION_DIR ${external_DIR}/double-conversion/double-conversion-3.0 set(OPENSSL_DIR ${external_DIR}/OpenSSL/openssl-1.1.0h/) list(APPEND dir_list ./) -list(APPEND dir_list ./Sonar) +list(APPEND dir_list ./Flipper) include_directories(${dir_list})