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

The project doesn't install anything #230

Open
yurivict opened this issue Oct 22, 2023 · 2 comments
Open

The project doesn't install anything #230

yurivict opened this issue Oct 22, 2023 · 2 comments

Comments

@yurivict
Copy link

You need to add install instructions.

@kevinsmia1939
Copy link

I got the same error.

-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at CMakeLists.txt:18 (set):
  Cannot set "VCG_INCLUDE_DIRS": current scope has no parent.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
-- - Eigen - using bundled source
-- Configuring done (1.0s)
-- Generating done (0.0s)
-- Build files have been written to: /run/build/VCGlib/_flatpak_build
make: *** No rule to make target 'install'.  Stop.

@alemuntoni
Copy link
Member

@kevinsmia1939 vcg shouldn't be installed when building meshlab, but only used with add_subdirectory.

Right now the vcg cmake configuration is not complete (due to some portions of library that are not completely header-only), and should be used:

  • to build the examples
  • with add_subdirectory from other projects.

Hope that this will be fixed in the future.

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

3 participants