UCL / GreatCMakeCookOff

Bunch of CMake pain in the baker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FindCBLAS don't add the right `CMAKE_C_FLAGS`

dpshelio opened this issue · comments

if I add the following

set(CMAKE_C_FLAGS "-lcblas")

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