You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
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
The text was updated successfully, but these errors were encountered: