From 97e44fa146cf37bb7fcba9e4215a877bdc3c0d5d Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 27 Jul 2024 09:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84bo?= =?UTF-8?q?ost=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/cpp/CMakeLists.txt b/app/src/main/cpp/CMakeLists.txt index e6913cd3..0c0330b7 100644 --- a/app/src/main/cpp/CMakeLists.txt +++ b/app/src/main/cpp/CMakeLists.txt @@ -253,12 +253,12 @@ IF (CMAKE_HOST_SYSTEM_NAME MATCHES "Windows") include_directories(C:/ProgramData/boost_1_82_0/) ELSE() # find_package(Boost 1.58.0 COMPONENTS) - find_package(Boost 1.58.0) - if(Boost_FOUND) - include_directories(${Boost_INCLUDE_DIRS}) - else() - message(FATAL_ERROR "Boost Not Found") - endif() + #find_package(Boost 1.58.0) + #if(Boost_FOUND) + # include_directories(${Boost_INCLUDE_DIRS}) + #else() + # message(FATAL_ERROR "Boost Not Found") + #endif() endif() # Creates and names a library, sets it as either STATIC