diff --git a/launcher/lib/innoextract/CMakeLists.txt b/launcher/lib/innoextract/CMakeLists.txt
index 491610a..190d2b5 100644
--- a/launcher/lib/innoextract/CMakeLists.txt
+++ b/launcher/lib/innoextract/CMakeLists.txt
@@ -160,11 +160,10 @@ else()
 	set(INNOEXTRACT_HAVE_LZMA 0)
 endif()
 
-find_package(Boost REQUIRED COMPONENTS
+find_package(Boost CONFIG REQUIRED COMPONENTS
 	iostreams
 	filesystem
 	date_time
-	system
 	program_options
 )
 list(APPEND LIBRARIES ${Boost_LIBRARIES})
