https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272895
Jason E. Hale <jh...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |jh...@freebsd.org --- Comment #6 from Jason E. Hale <jh...@freebsd.org> --- You might have some leftover bits of an ancient libuv installation. FindLibUV.cmake first checks for ${LibUV_INCLUDE_DIR}/uv-version.h and then for ${LibUV_INCLUDE_DIR}/uv/version.h. The former is the older format. I suspect you at least still have a /usr/local/include/uv-version.h which is confusing the version check. This file should be removed. -- You are receiving this mail because: You are the assignee for the bug.