Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e97f3e

Browse files
remove custom changes from cmakefile
1 parent 1b66c42 commit 1e97f3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ if(DEFINED ENV{OPENPOSE_ROOT})
6969
set(OPENPOSE_LIBRARIES "$ENV{OPENPOSE_ROOT}/lib")
7070
set(CAFFE_INCLUDE_DIRS "$ENV{OPENPOSE_ROOT}/include")
7171
set(CAFFE_LIBRARIES "$ENV{OPENPOSE_ROOT}/lib")
72-
set(NUMPY_INCLUDE_DIRS "/usr/local/lib/python3.5/dist-packages/numpy/core/include")
7372
else()
7473
message(FATAL_ERROR "Environment variable OPENPOSE_ROOT is not set. Please set and point to openpose installation folder")
7574
endif()
@@ -82,7 +81,6 @@ include_directories(${CAFFE_INCLUDE_DIRS})
8281
include_directories(${OpenCV_INCLUDE_DIRS})
8382
include_directories(${CUDA_INCLUDE_DIRS})
8483
include_directories(${PYTHON_INCLUDE_DIRS})
85-
include_directories(${NUMPY_INCLUDE_DIRS})
8684

8785
feature_summary(WHAT ALL)
8886

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /