Solution for a small problem that prevented the detection the existing instalation of the GFlags library on Linux systems

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@381 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Javier Arribas 2013-07-08 10:29:12 +00:00
parent 5ef7ca03b0
commit 269b6f8542
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
cmake_minimum_required(VERSION 2.6)
cmake_policy(SET CMP0011 OLD)
set(GFlags_ROOT_DIR)
if (WIN32)
FIND_PATH(GFlags_ROOT_DIR
src/gflags.cc