Commit Graph

6 Commits

Author SHA1 Message Date
Gianfranco Costamagna
9c3991caa8
Update CMakeLists.txt
Require at least cmake 3.11 to run examples, as its required in main CMakeLists.txt file. Newer cmake issue errors with version less then 3.5
See e.g. https://bugs.debian.org/1040723
2023-07-20 11:48:13 +02:00
Stephan Lachnit
3f8cc0ae99
examples: fix missing header
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
2022-08-12 13:36:12 +02:00
Quentin Collet
da0d1b859a example: add find_package of cppzmq
without this, compilation failed with /usr/bin/ld: cannot find -lcppzmq
2021-02-02 22:04:37 +01:00
Gudmundur Adalsteinsson
379793cbab Compile and update the examples in the README 2020-10-10 15:32:51 +00:00
Gudmundur Adalsteinsson
7a6c904f94 Problem: Examples are not compiled
Solution: Compile the examples when tests are compiled and using C++11
or greater.
2020-10-10 13:42:00 +00:00
serg06
12c3003aa2
Add an example (#423)
I had a really tough time figuring out how to do simple pub-sub with cppzmq; I finally figured it out so I'd like to add it.
2020-09-04 11:23:56 +02:00