mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-12 02:10:34 +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_policy(SET CMP0011 OLD)
|
||||
|
||||
set(GFlags_ROOT_DIR)
|
||||
if (WIN32)
|
||||
FIND_PATH(GFlags_ROOT_DIR
|
||||
src/gflags.cc
|
||||
|
Loading…
Reference in New Issue
Block a user