On 8/9/19 3:59 AM, John Burrell via blfs-dev wrote:
I'm using cmake-3.15.1

cmake -LH .. gives:

// The subdirectory to the binaries prefix (default prefix/bin)
BIN_INSTALL_DIR:PATH=/usr/local/bin

// Build the bindings
BUILD_BINDINGS:BOOL=ON

// Build the examples
BUILD_EXAMPLES:BOOL=OFF

// Build shared libraries
BUILD_SHARED_LIBS:BOOL=OFF

// Build the test suite
BUILD_TESTS:BOOL=OFF

// Path to a file.
Boost_INCLUDE_DIR:PATH=Boost_INCLUDE_DIR-NOTFOUND

so clearly Boost_INCLUDE_DIR needs to be set, at least on my version of taglib.

Do you have /usr/share/cmake-3.15/Modules/FindBoost.cmake ?

That's what cmake uses to find boost. I'm pretty sure it is installed when boost is installed.

  -- Bruce

--
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