UCL/GreatCMakeCookOff

FindCBLAS don't add the right `CMAKE_C_FLAGS`

dpshelio opened this issue · 0 comments

if I add the following

set(CMAKE_C_FLAGS "-lcblas")

at the end of the file, other projects (eg. sopt) works fine.