-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rmqcpp] Update to latest revision (#40101)
Co-authored-by: FrankXie <[email protected]>
- Loading branch information
1 parent
4d84733
commit d211388
Showing
5 changed files
with
44 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 33db7ca..41ffd06 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -7,7 +7,6 @@ enable_testing() | ||
set(CMAKE_POSITION_INDEPENDENT_CODE ON) | ||
|
||
add_subdirectory(src) | ||
-add_subdirectory(examples) | ||
|
||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") | ||
add_compile_options(-Wall -Wextra -Wpedantic) | ||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt | ||
index f051820..2db9e2a 100644 | ||
--- a/src/CMakeLists.txt | ||
+++ b/src/CMakeLists.txt | ||
@@ -9,5 +9,3 @@ find_package(GTest REQUIRED) | ||
find_package(bal REQUIRED) | ||
|
||
add_subdirectory(rmq) | ||
-add_subdirectory(rmqtestmocks) | ||
-add_subdirectory(tests) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
{ | ||
"versions": [ | ||
{ | ||
"version": "1.0.0", | ||
"port-version": 0, | ||
"git-tree": "3ad0bdbdcfd0050a646feb6586d8c13931f8e602" | ||
} | ||
] | ||
"versions": [ | ||
{ | ||
"git-tree": "5671a6b2d1b566222dbe12642e6e4fd86c9cc7f5", | ||
"version": "1.0.0", | ||
"port-version": 1 | ||
}, | ||
{ | ||
"git-tree": "3ad0bdbdcfd0050a646feb6586d8c13931f8e602", | ||
"version": "1.0.0", | ||
"port-version": 0 | ||
} | ||
] | ||
} |