aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLibUV.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/FindLibUV.cmake b/cmake/FindLibUV.cmake
index 357f12c3fd..d5b871398c 100644
--- a/cmake/FindLibUV.cmake
+++ b/cmake/FindLibUV.cmake
@@ -21,7 +21,6 @@ else()
set(LIMIT_SEARCH NO_DEFAULT_PATH)
endif()
-set(CMAKE_PREFIX_PATH "${DEPS_INSTALL_DIR}")
find_path(LIBUV_INCLUDE_DIR uv.h
HINTS ${PC_LIBUV_INCLUDEDIR} ${PC_LIBUV_INCLUDE_DIRS}
PATHS "${DEPS_INSTALL_DIR}"
@@ -35,7 +34,6 @@ endif(LIBUV_USE_STATIC)
list(APPEND LIBUV_NAMES uv)
-set(CMAKE_PREFIX_PATH "${DEPS_INSTALL_DIR}")
find_library(LIBUV_LIBRARY NAMES ${LIBUV_NAMES}
HINTS ${PC_LIBUV_LIBDIR} ${PC_LIBUV_LIBRARY_DIRS}
PATHS "${DEPS_INSTALL_DIR}"