PRUNERS / archer

Archer, a data race detection tool for large OpenMP applications
https://pruners.github.io/archer
Apache License 2.0
61 stars 13 forks source link

Incorrect CMake syntax #72

Closed peihunglin closed 6 years ago

peihunglin commented 6 years ago

https://github.com/PRUNERS/archer/blob/2d9d2d455f83694ce7fae462cd461edfa08eff65/lib/CMakeLists.txt#L80

This should be endif()

simoatze commented 6 years ago

thanks @peihunglin that's fixed in the update_to_60 branch, I hope to merge the branch soon.