Zupino schrieb am Samstag, 27. Februar 2021 um 17:11:26 UTC+1:

> $ cmake ../src
> CMake Warning (dev) in CMakeLists.txt:
>   No project() command is present.  The top-level CMakeLists.txt file must
>   contain a literal, direct call to the project() command.  Add a line of
>   code such as
>
>     project(ProjectName)
>
>   near the top of the file, but after cmake_minimum_required().
>
>   CMake is pretending there is a "project(Project)" command on the first
>   line.
> This warning is for project developers.  Use -Wno-dev to suppress it.
>

>From the full log I have an idea: You must pass the path to main source 
folder as parameter to CMake, not to src subfolder.
So it should be
cmake ..
and not
cmake ../src

(So you skip a big part of the build system which then results in all the 
error messages.)

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/2d2e364b-9f3e-4150-b9cc-7742dc7df3e6n%40googlegroups.com.

Reply via email to