]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
removing autofoo from CMake extra
authorJosh <jrosenba@cisco.com>
Fri, 5 Dec 2014 15:38:58 +0000 (09:38 -0600)
committerJosh <jrosenba@cisco.com>
Fri, 5 Dec 2014 15:38:58 +0000 (09:38 -0600)
extra/packaging_data.cmake

index 0ca27e1006c9d287985dca135811eff2f59b0ef4..7f4abae42ca618db1e87478f4a7dc5cbfd92e496 100644 (file)
@@ -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)