~singpolyma/biboumi

493b0d1754b8efecba6dc9ef8d0883b038c73a2b — louiz’ 7 years ago 3cd0f7b
Remove the PrintBuildParameter make target
1 files changed, 0 insertions(+), 13 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +0 -13
@@ 310,19 310,6 @@ add_custom_target(rpm
  COMMAND rpmbuild --define "_topdir `pwd`/rpmbuild/" --define "_sourcedir `pwd`" -ba biboumi.spec
  )

if(BOTAN_FOUND)
  set(STR_WITH_BOTAN "Botan: yes")
else()
  set(STR_WITH_BOTAN "Botan: no")
endif()
if(CARES_FOUND)
  set(STR_WITH_CARES "c-ares: yes")
else()
  set(STR_WITH_CARES "c-ares: no")
endif()
add_custom_target(PrintBuildParameters ALL
  ${CMAKE_COMMAND} -E cmake_echo_color --cyan "Compiling ${PROJECT_NAME} with ${STR_WITH_BOTAN}, ${STR_WITH_CARES}")

configure_file(biboumi.h.cmake src/biboumi.h)

set(SYSTEMD_SERVICE_TYPE_DOCSTRING "The value used as the Type= in the systemd unit file.")