Skip to content

Commit

Permalink
Removed debug output from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 23, 2022
1 parent 24e4d58 commit 405bf2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ if(UNIX AND NOT APPLE AND NOT CYGWIN)

# With CMake 3.15 and later, use Boost_VERSION instead
set(BOOST_VERSION_STRING "${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}")
message(STATUS "BOOST_VERSION_STRING: ${BOOST_VERSION_STRING}")

set(CPACK_DEBIAN_PACKAGE_DEPENDS "libmad0 (>=0.15.1), libsndfile1 (>= 1.0.25), libgd3 (>= 2.0.35) | libgd2-xpm (>= 2.0.35), libboost-program-options${BOOST_VERSION_STRING}, libboost-filesystem${BOOST_VERSION_STRING}, libboost-regex${BOOST_VERSION_STRING}")

Expand Down

0 comments on commit 405bf2e

Please sign in to comment.