Skip to content
Snippets Groups Projects
Commit 50b5e124 authored by Daniel Agar's avatar Daniel Agar
Browse files

cmake fix BUILD_URI

parent 8985403c
No related branches found
No related tags found
No related merge requests found
......@@ -69,10 +69,9 @@ target_include_directories(git_ver INTERFACE ${CMAKE_CURRENT_BINARY_DIR})
add_dependencies(git_ver ver_gen)
# The URL for the elf file for crash logging
set(BUILD_URI "localhost")
if (DEFINED ENV{BUILD_URI})
set(BUILD_URI $ENV{BUILD_URI})
else()
set(BUILD_URI "localhost")
endif()
add_library(version version.c)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment