/usr/lib/Wt/cmake/WtFindBoost.txt is in witty-examples 3.3.4+dfsg-6ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | # Includes the appropriate boost finder
IF(WT_BOOST_DISCOVERY)
INCLUDE(${WT_SOURCE_DIR}/cmake/WtFindBoost-vintage.txt)
ELSE(WT_BOOST_DISCOVERY)
INCLUDE(${WT_SOURCE_DIR}/cmake/WtFindBoost-cmake.txt)
ENDIF(WT_BOOST_DISCOVERY)
|