I have some problems with configuring my environment for a Xilinx tool. I have a CMakeLists.txt, which is needed to build host code for OpenCL. There I try to find Xilinx tool (SDAccel) and it's version of OpenCL. However I have my own version of OpenCL installed. I need only Xilinx one, how can I exclude my own version? Or it is not necessary and Xilinx version will be used, if it is found? I don't understand the meaning of may be hidden - is it actually hidden or not?
-- Configuring done
CMake Warning at CMakeLists.txt:19 (add_executable):
Cannot generate a safe linker search path for target time because files in
some directories may conflict with libraries in implicit directories:
link library [libOpenCL.so] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/opt/Xilinx/SDx/2017.2/runtime/lib/x86_64
Some of these libraries may not be found correctly.