alarm-clock-applet / alarm-clock

Alarm Clock is a fully-featured alarm clock for use with an AppIndicator implementation.
https://alarm-clock-applet.github.io
GNU General Public License v2.0
118 stars 31 forks source link

cmake error message - can't install #215

Closed dduran1210 closed 1 year ago

dduran1210 commented 1 year ago

CMake Error: The source directory "/home/dave/alarm-clock-0.4.1/build/build" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

tatokis commented 1 year ago

This is happening because you created two build directories, one inside the other. The CMakeLists.txt file is in the alarm-clock-0.4.1 directory, and the cmake command needs to be ran inside alarm-clock-0.4.1/build, thus the .. used which means (one directory up).

dduran1210 commented 1 year ago

i just copied and pasted the terminal commands listed.

On Tue, Jan 24, 2023 at 3:49 AM Tasos Sahanidis @.***> wrote:

This is happening because you created two build directories, one inside the other. The CMakeLists.txt file is in the alarm-clock-0.4.1 directory, and the cmake command needs to be ran inside alarm-clock-0.4.1/build, thus the .. used which means (one directory up).

— Reply to this email directly, view it on GitHub https://github.com/alarm-clock-applet/alarm-clock/issues/215#issuecomment-1401723633, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAV5VBBUFOEVHDHPONCAVY3WT6XUDANCNFSM6AAAAAAUDD4E5U . You are receiving this because you authored the thread.Message ID: @.***>