mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-26 00:46:59 +00:00
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:
parent
5ef7ca03b0
commit
269b6f8542
@ -11,6 +11,7 @@
|
|||||||
cmake_minimum_required(VERSION 2.6)
|
cmake_minimum_required(VERSION 2.6)
|
||||||
cmake_policy(SET CMP0011 OLD)
|
cmake_policy(SET CMP0011 OLD)
|
||||||
|
|
||||||
|
set(GFlags_ROOT_DIR)
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
FIND_PATH(GFlags_ROOT_DIR
|
FIND_PATH(GFlags_ROOT_DIR
|
||||||
src/gflags.cc
|
src/gflags.cc
|
||||||
|
Loading…
Reference in New Issue
Block a user