Hello,
as the build made available by the CI is a bit old and contains bugs, I wanted to try to compile myself from the master in order to see the evolution.
sisyphe AntoineD art-win64/osx
master [!?] 〉uname -a
Darwin AntoineD.local 18.7.0 Darwin Kernel Version 18.7.0: Thu Jun 18 20:50:10 PDT 2020; root:xnu-4903.278.43~1/RELEASE_X86_64 x86_64
I find myself with this error :
sisyphe AntoineD art-win64/osx
master [!?] 〉./build.sh
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.
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/sisyphe/Sites/lab/art-win64/osx/art/build
make: *** No rule to make target `install'. Stop.
Hello, as the build made available by the CI is a bit old and contains bugs, I wanted to try to compile myself from the
master
in order to see the evolution.I find myself with this error :
and this tree structure :