mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Set THIS_IS_A_RELEASE variable to OFF
This commit is contained in:
parent
66a908fc42
commit
6da98e3381
@ -114,7 +114,7 @@ endif()
|
|||||||
################################################################################
|
################################################################################
|
||||||
# GNSS-SDR version information
|
# GNSS-SDR version information
|
||||||
################################################################################
|
################################################################################
|
||||||
set(THIS_IS_A_RELEASE ON) # only related to version name, no further implications.
|
set(THIS_IS_A_RELEASE OFF) # only related to version name, no further implications.
|
||||||
if(NOT ${THIS_IS_A_RELEASE})
|
if(NOT ${THIS_IS_A_RELEASE})
|
||||||
find_package(Git)
|
find_package(Git)
|
||||||
set_package_properties(Git PROPERTIES
|
set_package_properties(Git PROPERTIES
|
||||||
|
Loading…
Reference in New Issue
Block a user