mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-15 03:35:46 +00:00
some small changes required by Pybombs
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@376 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
4d07911bac
commit
a604f45afb
@ -56,6 +56,7 @@ include_directories(
|
|||||||
${CMAKE_SOURCE_DIR}/src/algorithms/PVT/libs
|
${CMAKE_SOURCE_DIR}/src/algorithms/PVT/libs
|
||||||
${ARMADILLO_INCLUDE_DIRS}
|
${ARMADILLO_INCLUDE_DIRS}
|
||||||
${GLOG_INCLUDE_DIRS}
|
${GLOG_INCLUDE_DIRS}
|
||||||
|
${GFlags_INCLUDE_DIRS}
|
||||||
${Boost_INCLUDE_DIRS}
|
${Boost_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
set(GTEST_DIR_LOCAL $ENV{GTEST_DIR})
|
set(GTEST_DIR_LOCAL $ENV{GTEST_DIR})
|
||||||
|
if(NOT EXISTS GTEST_DIR_LOCAL)
|
||||||
|
set(GTEST_DIR_LOCAL false)
|
||||||
|
endif(NOT EXISTS GTEST_DIR_LOCAL)
|
||||||
|
|
||||||
|
|
||||||
if(NOT GTEST_DIR_LOCAL)
|
if(NOT GTEST_DIR_LOCAL)
|
||||||
# if GTEST_DIR is not defined, we download and build it
|
# if GTEST_DIR is not defined, we download and build it
|
||||||
|
Loading…
Reference in New Issue
Block a user