alanxz/SimpleAmqpClient

CMake build issue

ohmcoe opened this issue · 1 comments

Hello,

I am trying the compile using cmake.. .But its giving me the following error ; "install TARGETS given no LIBRARY DESTINATION for shared library target" CMakeLists.txt:193

But can build success on previous version (about 4 week ago)

Please suggest some method to resolve it.


OS: debian 10 (buster)

git clone https://github.com/alanxz/SimpleAmqpClient.git /root/build/simpleAmqpClient &&     cd /root/build/simpleAmqpClient &&     mkdir build && cd build &&     cmake .. &&     rm -Rf /root/build
 ---> Running in 366890390a84
Cloning into '/root/build/simpleAmqpClient'...
-- The CXX compiler identification is GNU 8.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Boost version: 1.67.0
-- Found the following Boost libraries:
--   chrono
--   system
-- Found Rabbitmqc
-- CMAKE_BUILD_TYPE not specified. Using Release build
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE dot)
CMake Error at CMakeLists.txt:193 (install):
  install TARGETS given no LIBRARY DESTINATION for shared library target
  "SimpleAmqpClient".

Might related to #265, #267 is out to fix this, after that is pushed try it again and see if that fixes your issue.