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

install TARGETS given target "fmt" which does not exist. #55

Closed
dodona2 opened this issue Feb 25, 2023 · 1 comment
Closed

install TARGETS given target "fmt" which does not exist. #55

dodona2 opened this issue Feb 25, 2023 · 1 comment

Comments

@dodona2
Copy link

dodona2 commented Feb 25, 2023

Result of cmake . -DCMAKE_BUILD_TYPE=Release
Status: R

CMake Error at deps/CMakeLists.txt:24 (add_subdirectory):
The source directory

/usr/local/src/sdm/turbo/trunk/deps/fmt

does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
CMakeLists.txt:81 (include)

CMake Error at deps/CMakeLists.txt:34 (add_subdirectory):
The source directory

/usr/local/src/sdm/turbo/trunk/deps/tvision

Call Stack (most recent call first):
CMakeLists.txt:81 (include)

CMake Error at deps/CMakeLists.txt:34 (add_subdirectory):
The source directory

/usr/local/src/sdm/turbo/trunk/deps/tvision

does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
CMakeLists.txt:81 (include)

CMake Error at CMakeLists.txt:110 (install):
install TARGETS given target "fmt" which does not exist.

-- Configuring incomplete, errors occurred!

does not contain a CMakeLists.txt file.

@magiblot
Copy link
Owner

Hi @dodona2!

It looks like your clone of Turbo does not contain the submodules, hence the error.

If you cloned Turbo manually, then this should be enough:

cd /usr/local/src/sdm/turbo/trunk
git submodule init
git submodule update

If you downloaded Turbo through a package manager, then you should report this issue to the package maintainer.

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