From: Josh Date: Fri, 5 Dec 2014 15:38:58 +0000 (-0600) Subject: removing autofoo from CMake extra X-Git-Tag: 3.0.0-233~1106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4ed87abc9ef565eaab41069477e263ba703011;p=thirdparty%2Fsnort3.git removing autofoo from CMake extra --- diff --git a/extra/packaging_data.cmake b/extra/packaging_data.cmake index 0ca27e100..7f4abae42 100644 --- a/extra/packaging_data.cmake +++ b/extra/packaging_data.cmake @@ -1,20 +1,6 @@ -# use this target instead of 'make package_source' -add_custom_target( autotools_binaries - COMMAND autoreconf -ivf # FIXIT-L J -- should check for autotools the CMake way - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} -) - -add_custom_target( autotools_symlinks - COMMAND autoreconf -isvf - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} -) - - add_custom_target(dist - COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target autotools_binaries COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target package_source - COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target autotools_symlinks ) set (CPACK_GENERATOR TGZ)