Skip to content

Updated to extract directory of libccmio.a

Spencer Sherwin requested to merge fix/NekMesh_CCM_build into master

Updated the ThirdPartyCCM.cmake file to add in Link directory and use the get_Filename_component to obtain the directory path if the library is found. This therefore allows the libccmio.a to be correctly linked from a third party location where as previous it was only compiling if the .a files were copied to the dist/lib directory.

Merge request reports