From 93f11e87bec630af0575a78b875724c7c3c3cc52 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 27 Sep 2020 00:53:19 -0500 Subject: Don't be fooled by fruity compilers --- image/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'image') diff --git a/image/CMakeLists.txt b/image/CMakeLists.txt index ed6a042..29c62e4 100644 --- a/image/CMakeLists.txt +++ b/image/CMakeLists.txt @@ -10,8 +10,6 @@ add_executable(hscript-image ${IMG_SRCS}) if("cxx_std_17" IN_LIST CMAKE_CXX_COMPILE_FEATURES) find_package(Boost REQUIRED COMPONENTS program_options) set_property(TARGET hscript-image PROPERTY CXX_STANDARD 17) -else() - find_package(Boost REQUIRED COMPONENTS filesystem program_options) endif() include_directories(${Boost_INCLUDE_DIR}) -- cgit v1.2.3-70-g09d2