Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Libs/Core/CMake/TestBFD/CMakeLists.txt

This file was deleted.

19 changes: 0 additions & 19 deletions Libs/Core/CMake/TestBFD/TestBFD.cpp

This file was deleted.

83 changes: 0 additions & 83 deletions Libs/Core/CMake/ctkMacroBFDCheck.cmake

This file was deleted.

10 changes: 0 additions & 10 deletions Libs/Core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ project(CTKCore)
# CMake modules
set(CMAKE_MODULE_PATH ${CTKCore_SOURCE_DIR}/CMake ${CMAKE_MODULE_PATH})

# CMake Macros
include(CMake/ctkMacroBFDCheck.cmake) # HAVE_BFD will be set to True if it applies

#
# See CTK/CMake/ctkMacroBuildLib.cmake for details
#
Expand Down Expand Up @@ -97,13 +94,6 @@ set(KIT_SRCS
ctkSetName.h
)

if(HAVE_BFD)
list(APPEND KIT_SRCS
ctkBinaryFileDescriptor.cpp
ctkBinaryFileDescriptor.h
)
endif()

# Abstract class should not be wrapped !
set_source_files_properties(
ctkAbstractJob.h
Expand Down
12 changes: 0 additions & 12 deletions Libs/Core/Testing/Cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ set(KITTests_SRCS
ctkWorkflowTest2.cpp
ctkWorkflowTest3.cpp
)
if(HAVE_BFD)
list(APPEND KITTests_SRCS
ctkBinaryFileDescriptorTest1.cpp
)
endif()

include_directories(
${CMAKE_SOURCE_DIR}/Libs/Testing
Expand Down Expand Up @@ -87,10 +82,6 @@ set(Tests_Helpers_SRCS
ctkSingletonTestHelper.h
)

if(HAVE_BFD)
ctk_add_executable_utf8(ctkBinaryFileDescriptorTestHelper ctkBinaryFileDescriptorTestHelper.cpp)
endif()

if(MSVC)
add_definitions( /D _CRT_SECURE_NO_WARNINGS)
endif()
Expand Down Expand Up @@ -131,9 +122,6 @@ SIMPLE_TEST( ctkAbstractQObjectFactoryTest1 )
if(CMAKE_BUILD_TYPE MATCHES "Debug")
SIMPLE_TEST( ctkBackTraceTest )
endif()
if(HAVE_BFD)
SIMPLE_TEST( ctkBinaryFileDescriptorTest1 $<TARGET_FILE:ctkBinaryFileDescriptorTestHelper> )
endif()
SIMPLE_TEST( ctkBooleanMapperTest )
SIMPLE_TEST( ctkCallbackTest1 )
SIMPLE_TEST( ctkCommandLineParserTest1 )
Expand Down
119 changes: 0 additions & 119 deletions Libs/Core/Testing/Cpp/ctkBinaryFileDescriptorTest1.cpp

This file was deleted.

41 changes: 0 additions & 41 deletions Libs/Core/Testing/Cpp/ctkBinaryFileDescriptorTestHelper.cpp

This file was deleted.

Loading
Loading