Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
77425edd
Commit
77425edd
authored
Mar 29, 2012
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1532 Debug version of python bindings is excluded from install
parent
2598736a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
CMakeLists.txt
modules/python/CMakeLists.txt
+4
-2
No files found.
modules/python/CMakeLists.txt
View file @
77425edd
...
...
@@ -95,13 +95,15 @@ set(cvpymodules ${cv2_target})
if
(
WIN32
)
set
(
CVPY_PATH
"Python
${
PYTHON_VERSION_MAJOR_MINOR
}
/Lib/site-packages"
)
set
(
PYTHON_INSTALL_CONFIGURATIONS CONFIGURATIONS Release
)
else
()
set
(
CVPY_PATH
${
PYTHON_PACKAGES_PATH
}
)
set
(
PYTHON_INSTALL_CONFIGURATIONS
""
)
endif
()
install
(
TARGETS
${
cvpymodules
}
install
(
TARGETS
${
cvpymodules
}
${
PYTHON_INSTALL_CONFIGURATIONS
}
RUNTIME DESTINATION
${
CVPY_PATH
}
COMPONENT main
LIBRARY DESTINATION
${
CVPY_PATH
}
COMPONENT main
ARCHIVE DESTINATION
${
CVPY_PATH
}
COMPONENT main
)
install
(
FILES src2/cv.py DESTINATION
${
CVPY_PATH
}
COMPONENT main
)
install
(
FILES src2/cv.py
${
PYTHON_INSTALL_CONFIGURATIONS
}
DESTINATION
${
CVPY_PATH
}
COMPONENT main
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment