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 error #4

Open
AshleighAdams opened this issue Jan 23, 2014 · 1 comment
Open

CMake error #4

AshleighAdams opened this issue Jan 23, 2014 · 1 comment

Comments

@AshleighAdams
Copy link

I also had to place cmake_minimum_required(VERSION 2.4) at the top of CMakeLists.txt.

kobra@pc:~/.builds/dub/build$ cmake ..
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 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
CMake Error at CMakeLists.txt:14 (install):
  install DIRECTORY given no DESTINATION!


-- Configuring incomplete, errors occurred!
See also "/home/kobra/.builds/dub/build/CMakeFiles/CMakeOutput.log".
kobra@pc:~/.builds/dub/build$ cmake --version
cmake version 2.8.12.1
@gaspard
Copy link
Member

gaspard commented Jan 24, 2014

I am currently cleaning up dub so that it can be easily installed with luarocks. This implies that I first release all of "dub" dependencies:

  • lub 1.0.3
  • xml 1.0.0

These releases are imminent.

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

No branches or pull requests

2 participants