Made the python modules use SSE4 instructions by default.

This commit is contained in:
Davis King 2015-09-28 21:47:44 -04:00
parent d1ea9995c1
commit fbd1178047
1 changed files with 1 additions and 0 deletions

View File

@ -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.