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 - Can't find license_generator.cmake #159

Open
LilianKBayro opened this issue Feb 6, 2024 · 0 comments
Open

Cmake error - Can't find license_generator.cmake #159

LilianKBayro opened this issue Feb 6, 2024 · 0 comments

Comments

@LilianKBayro
Copy link

I'm trying to compile licensecc on Windows.
Boost folder is found correctly but I get the "can't find lccgen" warning when running Cmake, so I tried giving the location of the license-generator folder :

cmake .. -G "Visual Studio 16 2019" -Dlccgen_DIR=C:\Users\Lilian.cabe\AYRO\licensecc\extern\license-generator\cmake

I then get following error :

CMake Error at extern/license-generator/cmake/lccgen-config.cmake:4 (include):
  include could not find requested file:

    C:/Users/Lilian.cabe/AYRO/licensecc/extern/license-generator/cmake/license_generator.cmake
Call Stack (most recent call first):
  cmake/Findlccgen.cmake:60 (find_package)
  CMakeLists.txt:31 (find_package)

I don't really understand how license_generator is supposed to be found as there is no file refering to it.
Am I doing something wrong ?

Thanks in advance

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