"tests/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "f8c688d746b32a54c249c4faf6fc73b83f53952a"
Commit 3748650a authored by Davis King's avatar Davis King
Browse files

Fixed path error in this cmake file.

parent 6f24b6d5
......@@ -54,7 +54,7 @@ INCLUDE_DIRECTORIES("${dlib_matlab_binding_path}")
# Also add dlib to the include search path
INCLUDE_DIRECTORIES(${dlib_matlab_binding_path}/../..)
include(${dlib_matlab_binding_path}/../add_global_compiler_switch.cmake)
include(${dlib_matlab_binding_path}/../cmake_utils/add_global_compiler_switch.cmake)
add_global_define(MATLAB_MEX_FILE)
# Determine the path to our CMakeLists.txt file. This is the file that
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment