Description
I have installed Adaptive Cpp. when trying to run the examples project, in the examples/build folder got the following error, when running the cmake command,
cmake .. -DAdaptiveCpp_DIR=/...../AdaptiveCpp/build -DACPP_TARGETS= 'cuda:sm_86'
CMake Warning:
Ignoring extra path from command line:
"cuda:sm_86"
CMake Error at /......../AdaptiveCpp/build/adaptivecpp-config.cmake:33 (include):
include could not find requested file:
adaptivecpp-targets
Call Stack (most recent call first):
CMakeLists.txt:11 (find_package)
CMake Error: File /...../lib/cmake/AdaptiveCpp/syclcc-launch.rule.in does not exist.
CMake Error at /......../AdaptiveCpp/build/adaptivecpp-config.cmake:114 (configure_file):
configure_file Problem configuring file
Call Stack (most recent call first):
CMakeLists.txt:11 (find_package)
-- Configuring incomplete, errors occurred!
I have noticed that in usr/local/lib/cmake folder named AdaptiveCpp has not been generated. However there were no errors when building and installing AdaptiveCpp.