mirror of https://github.com/davisking/dlib.git
Made the python modules use SSE4 instructions by default.
This commit is contained in:
parent
d1ea9995c1
commit
fbd1178047
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue