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