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
cmake ..
-- Setting build type to Release
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: /home/xx/clpeak/build/clhpp/build
[ 12%] Performing update step for 'hpp_headers'
Current branch master is up to date.
[ 25%] Performing configure step for 'hpp_headers'
CMake Error at CMakeLists.txt:43 (find_package):
By not providing "FindOpenCLHeaders.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"OpenCLHeaders", but CMake did not find one.
Could not find a package configuration file provided by "OpenCLHeaders"
with any of the following names:
OpenCLHeadersConfig.cmake
openclheaders-config.cmake
Add the installation prefix of "OpenCLHeaders" to CMAKE_PREFIX_PATH or set
"OpenCLHeaders_DIR" to a directory containing one of the above files. If
"OpenCLHeaders" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/xx/clpeak/build/clhpp/build/hpp/src/hpp_headers-build/CMakeFiles/CMakeOutput.log".
make[2]: *** [CMakeFiles/hpp_headers.dir/build.make:107: hpp/src/hpp_headers-stamp/hpp_headers-configure] Error 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/hpp_headers.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
-- Selected OpenCL includes from /usr/include;/home/xx/clpeak/build/clhpp_install/include
-- Selected OpenCL lib /usr/lib/x86_64-linux-gnu/libOpenCL.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/xx/clpeak/build
The text was updated successfully, but these errors were encountered:
There is a potential fix based on comments in KhronosGroup/OpenCL-CLHPP#173
Check if the current dev branch is working for you. It will be merged to master after further testing
Steps followed :
Cmake Error Trace :
The text was updated successfully, but these errors were encountered: