Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

Linux : include could not find load file: UraniumTranslationTools #134

Closed harlock974 closed 2 years ago

harlock974 commented 2 years ago

Hello In Linux Mint 20.2 I have the following error while running cmake :

...
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.8.10", minimum required is "3") 
CMake Error at CMakeLists.txt:52 (include):
  include could not find load file:
    UraniumTranslationTools
CMake Error at CMakeLists.txt:57 (CREATE_TRANSLATION_TARGETS):
  Unknown CMake command "CREATE_TRANSLATION_TARGETS".
-- Configuring incomplete, errors occurred!

Should Uranium be installed separately ? If yes, how ?