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 at CMakeLists.txt:14 (add_subdirectory): #1

Open
FurkanGozukara opened this issue Nov 23, 2023 · 0 comments
Open

CMake Error at CMakeLists.txt:14 (add_subdirectory): #1

FurkanGozukara opened this issue Nov 23, 2023 · 0 comments

Comments

@FurkanGozukara
Copy link

I am getting below errors how to fix? Python 3.10.11 - Windows 10

Microsoft Windows [Version 10.0.19045.3693]
(c) Microsoft Corporation. All rights reserved.

G:\>https://github.com/IgorKhramtsov/DeEsser
'https:' is not recognized as an internal or external command,
operable program or batch file.

G:\>git clone https://github.com/IgorKhramtsov/DeEsser
Cloning into 'DeEsser'...
remote: Enumerating objects: 125, done.
remote: Counting objects: 100% (125/125), done.
remote: Compressing objects: 100% (89/89), done.
remote: Total 125 (delta 73), reused 79 (delta 32), pack-reused 0
Receiving objects: 100% (125/125), 1.20 MiB | 2.04 MiB/s, done.
Resolving deltas: 100% (73/73), done.

G:\>cd DeEsser

G:\DeEsser>mkdir build

G:\DeEsser>cd build

G:\DeEsser\build>cmake ..
-- Building for: Visual Studio 17 2022
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19045.
-- The C compiler identification is MSVC 19.33.31630.0
-- The CXX compiler identification is MSVC 19.33.31630.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:14 (add_subdirectory):
  The source directory

    G:/DeEsser/lib/fmt

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:15 (add_subdirectory):
  The source directory

    G:/DeEsser/lib/nanogui

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:16 (add_subdirectory):
  The source directory

    G:/DeEsser/lib/libsoundio

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:18 (add_subdirectory):
  The source directory

    G:/DeEsser/lib/ogg-vorbis

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:31 (set_property):
  set_property could not find TARGET glfw.  Perhaps it has not yet been
  created.


-- Configuring incomplete, errors occurred!
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

1 participant