Closed FinnStokes closed 5 years ago
It looks like ExternalProject_Get_Property(googletest binary_dir)
gets a correct folder for binary_dir
- googletest-build
, but the libs to link are in a subfolder lib
, not in a subfolder googletest
. So your fix looks correct.
Please create a pull request with your fix. Thanks.
When linking roc-cl-unittest, ld raises the error
despite the fact that the googletest library has just compiled and should be linked against. This seems to be due to an error in
src/unittest/CMakeLists.txt
. If I change line 66 fromto
then it seems to link fine.