diff --git a/CMakeLists.txt b/CMakeLists.txt
index 981574e..7bdf346 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,8 +72,6 @@ set(CMAKE_POSITION_INDEPENDENT_CODE true)
 # Keep executable bits on shared objects when installing regardless of distro
 set(CMAKE_INSTALL_SO_NO_EXE 0)
 
-include(cmake/CompileOptions.cmake)
-
 if(NOT BUILD_GPL_X264)
   if(CMAKE_SIZEOF_VOID_P EQUAL 8)
     set(BUILD_OPENH264 ON)