We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c11ca4 commit a3b4f8dCopy full SHA for a3b4f8d
2 files changed
examples/connext_secure/cds/c++11/CMakeLists.txt
@@ -38,5 +38,4 @@ connextdds_add_example(
38
LANG "C++11"
39
)
40
41
-file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/USER_QOS_PROFILES.xml" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
42
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/../cds.xml" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
examples/connext_secure/certificate_revocation_list/c++11/CMakeLists.txt
@@ -26,4 +26,3 @@ connextdds_add_example(
26
27
28
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/../security/" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/security/")
29
-file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/USER_QOS_PROFILES.xml" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/")
0 commit comments