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

TDDD04 #1192

Closed
della-123 opened this issue Oct 20, 2020 · 1 comment
Closed

TDDD04 #1192

della-123 opened this issue Oct 20, 2020 · 1 comment

Comments

@della-123
Copy link

Getting the following issue when I running it inside the build folder.

/Desktop/TDDD04/dextool/build$ cmake -DCMAKE_INSTALL_PREFIX=. -DD_COMPILER=/opt/dmd/2.088/linux/bin64/dmd
CMake Error: The source directory "/home/delba753/Desktop/TDDD04/dextool/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

@joakim-brannstrom
Copy link
Owner

This is a cmake problem. You where missing the path to where CMakeLists.txt is.

cmake -DCMAKE_INSTALL_PREFIX=. -DD_COMPILER=/opt/dmd/2.088/linux/bin64/dmd ..

note the trailing ".."

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