diff --git a/tools/python/CMakeLists.txt b/tools/python/CMakeLists.txt index 94ce60239..973fe4231 100644 --- a/tools/python/CMakeLists.txt +++ b/tools/python/CMakeLists.txt @@ -2,6 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.4) +set(USE_SSE4_INSTRUCTIONS ON CACHE BOOL "Use SSE4 instructions") include(../../dlib/add_python_module) # Tell cmake to compile all these cpp files into a dlib python module.