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
78cb920b
Commit
78cb920b
authored
Jul 11, 2013
by
Roman Donchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed useless VERSION macro (and CMake variable)
parent
06742247
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
OpenCVGenPkgconfig.cmake
cmake/OpenCVGenPkgconfig.cmake
+0
-1
cvconfig.h.cmake
cmake/templates/cvconfig.h.cmake
+0
-3
opencv-XXX.pc.cmake.in
cmake/templates/opencv-XXX.pc.cmake.in
+1
-1
No files found.
cmake/OpenCVGenPkgconfig.cmake
View file @
78cb920b
...
...
@@ -12,7 +12,6 @@ set(prefix "${CMAKE_INSTALL_PREFIX}")
set
(
exec_prefix
"
\$
{prefix}"
)
set
(
libdir
""
)
#TODO: need link paths for OpenCV_EXTRA_COMPONENTS
set
(
includedir
"
\$
{prefix}/
${
OPENCV_INCLUDE_INSTALL_PATH
}
"
)
set
(
VERSION
${
OPENCV_VERSION
}
)
if
(
CMAKE_BUILD_TYPE MATCHES
"Release"
)
set
(
ocv_optkind OPT
)
...
...
cmake/templates/cvconfig.h.cmake
View file @
78cb920b
...
...
@@ -91,9 +91,6 @@
/* OpenCV compiled as static or dynamic libs */
#cmakedefine BUILD_SHARED_LIBS
/* Version number of package */
#define VERSION "${PACKAGE_VERSION}"
/* Define to 1 if your processor stores words with the most significant byte
first
(
like Motorola and SPARC, unlike Intel and VAX
)
. */
#cmakedefine WORDS_BIGENDIAN
...
...
cmake/templates/opencv-XXX.pc.cmake.in
View file @
78cb920b
...
...
@@ -8,6 +8,6 @@ includedir_new=@includedir@
Name: OpenCV
Description: Open Source Computer Vision Library
Version: @VERSION@
Version: @
OPENCV_
VERSION@
Libs: @OpenCV_LIB_COMPONENTS@
Cflags: -I${includedir_old} -I${includedir_new}
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