When following the directions for building double-conversion, I got this
error message:
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


CMake Error: The source directory "/sources/double-conversion-3.1.5/build"
does not appear to contain CMakeLists.txt.

If I build in the base directory (cd .. from build) it works fine, or if
you just add the .. before the && in the build statement:

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DBUILD_SHARED_LIBS=ON      \
      -DBUILD_TESTING=ON    *..*      &&
make


V/r,

Tim Russo
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to