You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make install put all doctest*.cmake files into /install/prefix/lib/cmake/doctest,
but on some Linux platforms this should be /install/prefix/lib64/cmake/doctest
Steps to reproduce
on a Linux 64 bit distribution, where libraries files go into /usr/lib64
mkdir build
cd build
cmake -DCMAKE_CXX_FLAGS=-std=c++11 ../
make install DESTDIR=$(pwd)/zinst
Description
make install put all doctest*.cmake files into
/install/prefix/lib/cmake/doctest
,but on some Linux platforms this should be
/install/prefix/lib64/cmake/doctest
Steps to reproduce
on a Linux 64 bit distribution, where libraries files go into /usr/lib64
The installed files will be
Extra information
The text was updated successfully, but these errors were encountered: