Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake build issue #266

Closed
ohmcoe opened this issue Aug 3, 2020 · 1 comment · Fixed by #267
Closed

CMake build issue #266

ohmcoe opened this issue Aug 3, 2020 · 1 comment · Fixed by #267

Comments

@ohmcoe
Copy link

ohmcoe commented Aug 3, 2020

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".
alanxz added a commit that referenced this issue Aug 3, 2020
Include was mistakenly removed due to bad merge, this restores that.

Fixed: #265
Fixed: #266
@alanxz
Copy link
Owner

alanxz commented Aug 3, 2020

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

alanxz added a commit that referenced this issue Aug 3, 2020
Include was mistakenly removed due to bad merge, this restores that.

Fixed: #265
Fixed: #266
woshilapin pushed a commit to hove-io/SimpleAmqpClient that referenced this issue Sep 9, 2022
Include was mistakenly removed due to bad merge, this restores that.

Fixed: alanxz#265
Fixed: alanxz#266
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants