File tree Expand file tree Collapse file tree
cpp-driver/test/ccm_bridge Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ if(OPENSSL_CLEANUP)
2323 add_definitions (-DOPENSSL_CLEANUP )
2424endif ()
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
3027file (GLOB CCM_BRIDGE_INCLUDE_FILES ${PROJECT_SOURCE_DIR} /src/*.hpp )
3128file (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
9390add_library (CCMBridge STATIC ${CCM_BRIDGE_SRC_FILES}
9491 ${CCM_BRIDGE_INCLUDE_FILES}
95- ${CCM_BRIDGE_CONFIGURATION_FILE}
9692 ${LIBSSH2_INCLUDE_FILES} )
9793if (LIBSSH2_LIBRARY_NAME)
9894 add_dependencies (CCMBridge ${LIBSSH2_LIBRARY_NAME} )
@@ -103,6 +99,3 @@ if(LIBUV_LIBRARY_NAME)
10399else ()
104100 add_dependencies (CCMBridge ${LIBUV_LIBRARIES} )
105101endif ()
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