Skip to content

Commit 44422c4

Browse files
authored
CPP-857 - Remove deprecated CCM features (#332)
1 parent 152a45d commit 44422c4

File tree

4 files changed

+0
-607
lines changed

4 files changed

+0
-607
lines changed

cpp-driver/test/ccm_bridge/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ if(OPENSSL_CLEANUP)
2323
add_definitions(-DOPENSSL_CLEANUP)
2424
endif()
2525

26-
# Constants
27-
set(CCM_BRIDGE_CONFIGURATION_FILE ${PROJECT_SOURCE_DIR}/data/config.txt) # CCM configuration file
28-
2926
# Gather the header and source files
3027
file(GLOB CCM_BRIDGE_INCLUDE_FILES ${PROJECT_SOURCE_DIR}/src/*.hpp)
3128
file(GLOB CCM_BRIDGE_SRC_FILES ${PROJECT_SOURCE_DIR}/src/*.cpp)
@@ -92,7 +89,6 @@ include_directories(${CCM_BRIDGE_INCLUDES}
9289
# Build the CCM bridge static library
9390
add_library(CCMBridge STATIC ${CCM_BRIDGE_SRC_FILES}
9491
${CCM_BRIDGE_INCLUDE_FILES}
95-
${CCM_BRIDGE_CONFIGURATION_FILE}
9692
${LIBSSH2_INCLUDE_FILES})
9793
if(LIBSSH2_LIBRARY_NAME)
9894
add_dependencies(CCMBridge ${LIBSSH2_LIBRARY_NAME})
@@ -103,6 +99,3 @@ if(LIBUV_LIBRARY_NAME)
10399
else()
104100
add_dependencies(CCMBridge ${LIBUV_LIBRARIES})
105101
endif()
106-
107-
# Copy data file to output directory
108-
configure_file(${CCM_BRIDGE_CONFIGURATION_FILE} ${CMAKE_CURRENT_BINARY_DIR} COPYONLY)

cpp-driver/test/ccm_bridge/data/config.txt

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)