Archive 17/01/2023.

Project Creation Problem

Dares

Hi,
I am trying to get a project with Urho working. I followed the Documentation, builded Urho, set the Environment variable(URHO3D_HOME) and used the CMakeLists.txt that is given in the Documentation. But I get the Error:

– Found Urho3D: /home/dares/Downloads/Urho3D-1.7.1/lib/libUrho3D.a (found version “Unversioned”)
CMake Error at CMake/Modules/UrhoCommon.cmake:770 (message):
Could not call define_resource_dirs() macro before define_source_files()
macro.
Call Stack (most recent call first):
CMake/Modules/UrhoCommon.cmake:1001 (check_source_files)
CMake/Modules/UrhoCommon.cmake:1583 (define_resource_dirs)
CMakeLists.txt:26 (setup_main_executable)

What am I doing wrong?

Modanung

If you have no specific reason to use an earlier version, stick to the latest master.

The minimum required cmake version was increased in the meantime. It may be related.

Dares

do you mean the 1.8 alpha release or directly cloning the github-repository?

Modanung

The latter. :slight_smile:

Dares

That Error is gone now, thank you :slight_smile: