Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
cb8c758f
Commit
cb8c758f
authored
Apr 16, 2018
by
Brad King
Browse files
Merge branch 'libuv_version_bump' into release-3.11
Merge-request:
!1966
parents
d0030663
f5f72ff8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cb8c758f
...
...
@@ -546,7 +546,7 @@ macro (CMAKE_BUILD_UTILITIES)
#---------------------------------------------------------------------
# Build libuv library.
if
(
CMAKE_USE_SYSTEM_LIBUV
)
find_package
(
LibUV 1.0.0
)
find_package
(
LibUV 1.
1
0.0
)
if
(
NOT LIBUV_FOUND
)
message
(
FATAL_ERROR
"CMAKE_USE_SYSTEM_LIBUV is ON but a libuv is not found!"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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