FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpp-netlib/cppnetlibConfigVersion.cmake.in at master · google/cpp-netlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
google
/
cpp-netlib
Public archive
forked from
cpp-netlib/cpp-netlib
Notifications
You must be signed in to change notification settings
Fork
57
Star
340
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cpp-netlib
/
cppnetlibConfigVersion.cmake.in
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (10 loc) · 388 Bytes
Breadcrumbs
cpp-netlib
/
cppnetlibConfigVersion.cmake.in
Copy path
File metadata and controls
11 lines (10 loc) · 388 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
set
(PACKAGE_VERSION
"@CPPNETLIB_VERSION_STRING@"
)
#
Check whether the requested PACKAGE_FIND_VERSION is compatible
if
(
"
${PACKAGE_VERSION}
"
VERSION_LESS
"
${PACKAGE_FIND_VERSION}
"
)
set
(PACKAGE_VERSION_COMPATIBLE
FALSE
)
else
()
set
(PACKAGE_VERSION_COMPATIBLE
TRUE
)
if
(
"
${PACKAGE_VERSION}
"
VERSION_EQUAL
"
${PACKAGE_FIND_VERSION}
"
)
set
(PACKAGE_VERSION_EXACT
TRUE
)
endif
()
endif
()
Back
|
FazBrowse Home
|
New Git URL