diff --git a/CMakeLists.txt b/CMakeLists.txt
index 37953bb9fe7012aa1d457d3389bdac417077b304..92d6c792a1c227723a572d4858e0a3847bc9d4ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,12 +125,6 @@ SET(RTKLIB_SRC
 # Eigen #######
 FIND_PACKAGE(Eigen3 REQUIRED)
 
-# Boost #######
-set(Boost_USE_STATIC_LIBS OFF)
-set(Boost_USE_MULTITHREADED OFF)
-set(Boost_USE_STATIC_RUNTIME OFF)
-FIND_PACKAGE(Boost REQUIRED)
-
 # Adding libraries' directories
 link_directories(/usr/lib/x86_64-linux-gnu/)