From 3914383cfcf8be4e57f60f5d5eb7e4e83de2e2b2 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Tue, 24 Jun 2014 23:23:54 -0400 Subject: [PATCH] removing udt from build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b43227..b2bdc66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -182,7 +182,7 @@ list(APPEND sources "${CMAKE_CURRENT_BINARY_DIR}/git_revision.cpp") list(APPEND sources ${fc_headers}) add_subdirectory( vendor/easylzma ) -add_subdirectory( vendor/udt4 ) +#add_subdirectory( vendor/udt4 ) setup_library( fc SOURCES ${sources} LIBRARY_TYPE STATIC DONT_INSTALL_LIBRARY )