Minor gtest detector fix.

pull/15/head
Jussi Pakkanen 11 years ago
parent 8d9b3063d3
commit 3a282890bc
  1. 3
      dependencies.py

@ -306,7 +306,8 @@ class GTestDependency(Dependency):
else:
mlog.log('Dependency GTest found:', mlog.red('NO'))
self.is_found = False
self.link_flags.append('-lpthread')
if self.is_found:
self.link_flags.append('-lpthread')
return self.is_found
def get_compile_flags(self):

Loading…
Cancel
Save