Skip to content

Commit

Permalink
Another Opencl error message change
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicMarechal committed Feb 28, 2017
1 parent ddeb0af commit af3ab80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 24,9 @@ find_library(OPENCL_LIB OpenCL)
if (OPENCL_LIB)
include_directories ( ${OPENCL_INCLUDE_DIR} )
else()
message ("OpenCL libary could not be found.")
message ("Please set path like this:")
message (FATAL_ERROR "cmake -DOPENCL_LIB=/cm/shared/apps/cuda70/toolkit/current/lib64/libOpenCL.so")
message ("Please set OpenCL library path like this:")
message ("cmake -DOPENCL_LIB=/cm/shared/apps/cuda70/toolkit/current/lib64/libOpenCL.so")
message (FATAL_ERROR "OpenCL libary could not be found.")
endif()

find_library (MESHB_LIB Meshb.7 PATHS /opt/libMeshb/lib)
Expand Down

0 comments on commit af3ab80

Please sign in to comment.