Re: Error with installing granoo 3
Posted by
behzad-ghs on
May 24, 2022; 5:45pm
URL: http://granoo.326.s1.nabble.com/Error-with-installing-granoo-3-tp693p697.html
Hi again
I faced another problem with compiling the tutorials.

It looks like there is a problem with the include function in CMakeLists file.
////CMakeLists.txt////
# here you can set the executable name
project(builder.exe)
# in most of cases, you don't have to edit the
# following lines
cmake_minimum_required(VERSION 3.5)
set(TPL_NAME lib/cmake/GranOO3/CMakeLists-Make-App.txt)
find_path(TPL_PATH ${TPL_NAME})
include(${TPL_PATH}/${TPL_NAME})
/////////
I tried other tutorials and the result is the same.