summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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})