You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/CuraEngine$ mkdir build
~/CuraEngine$ cd build/
~/CuraEngine/build$ cmake ..
CMake Error at CMakeLists.txt:7 (find_package):
By not providing "Findstandardprojectsettings.cmake" in CMAKE_MODULE_PATH
this project has asked CMake to find a package configuration file provided
by "standardprojectsettings", but CMake did not find one.
Could not find a package configuration file provided by
"standardprojectsettings" with any of the following names:
standardprojectsettingsConfig.cmake
standardprojectsettings-config.cmake
Add the installation prefix of "standardprojectsettings" to
CMAKE_PREFIX_PATH or set "standardprojectsettings_DIR" to a directory
containing one of the above files. If "standardprojectsettings" provides a
separate development package or SDK, be sure it has been installed.
I tried ~/CuraEngine$ git clone https://github.com/Ultimaker/conan-ultimaker-index.git
Then in CMakeList.txt set(standardprojectsettings_DIR "/home/anand/CuraEngine/conan-ultimaker-index/recipes/standardprojectsettings/all")
at the top of the file.
Still i see the same error as above.
I have also tried changing the file name from home/anand/CuraEngine/conan-ultimaker-index/recipes/standardprojectsettings/all/standardprojectsettings.cmake to home/anand/CuraEngine/conan-ultimaker-index/recipes/standardprojectsettings/all/standardprojectsettingsConfig.cmake
Any help is welcomed
The text was updated successfully, but these errors were encountered:
~/CuraEngine$ mkdir build
~/CuraEngine$ cd build/
~/CuraEngine/build$ cmake ..
I tried
~/CuraEngine$ git clone https://github.com/Ultimaker/conan-ultimaker-index.git
Then in CMakeList.txt
set(standardprojectsettings_DIR "/home/anand/CuraEngine/conan-ultimaker-index/recipes/standardprojectsettings/all")
at the top of the file.
Still i see the same error as above.
I have also tried changing the file name from
home/anand/CuraEngine/conan-ultimaker-index/recipes/standardprojectsettings/all/standardprojectsettings.cmake
tohome/anand/CuraEngine/conan-ultimaker-index/recipes/standardprojectsettings/all/standardprojectsettingsConfig.cmake
Any help is welcomed
The text was updated successfully, but these errors were encountered: