File tree Expand file tree Collapse file tree 4 files changed +0
-607
lines changed
cpp-driver/test/ccm_bridge Expand file tree Collapse file tree 4 files changed +0
-607
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ if(OPENSSL_CLEANUP)
23
23
add_definitions (-DOPENSSL_CLEANUP)
24
24
endif ()
25
25
26
- # Constants
27
- set (CCM_BRIDGE_CONFIGURATION_FILE ${PROJECT_SOURCE_DIR} /data/config.txt) # CCM configuration file
28
-
29
26
# Gather the header and source files
30
27
file (GLOB CCM_BRIDGE_INCLUDE_FILES ${PROJECT_SOURCE_DIR} /src/*.hpp)
31
28
file (GLOB CCM_BRIDGE_SRC_FILES ${PROJECT_SOURCE_DIR} /src/*.cpp)
@@ -92,7 +89,6 @@ include_directories(${CCM_BRIDGE_INCLUDES}
92
89
# Build the CCM bridge static library
93
90
add_library (CCMBridge STATIC ${CCM_BRIDGE_SRC_FILES}
94
91
${CCM_BRIDGE_INCLUDE_FILES}
95
- ${CCM_BRIDGE_CONFIGURATION_FILE}
96
92
${LIBSSH2_INCLUDE_FILES} )
97
93
if (LIBSSH2_LIBRARY_NAME)
98
94
add_dependencies (CCMBridge ${LIBSSH2_LIBRARY_NAME} )
@@ -103,6 +99,3 @@ if(LIBUV_LIBRARY_NAME)
103
99
else ()
104
100
add_dependencies (CCMBridge ${LIBUV_LIBRARIES} )
105
101
endif ()
106
-
107
- # Copy data file to output directory
108
- configure_file (${CCM_BRIDGE_CONFIGURATION_FILE} ${CMAKE_CURRENT_BINARY_DIR} COPYONLY )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments