Skip to content
Snippets Groups Projects
Commit c6aab878 authored by Bogdan Nicolae's avatar Bogdan Nicolae
Browse files

added support for VELOC config through env variables

parent c391e672
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
static std::string get_veloc_cfg() {
char *ptr = getenv("GENERICIO_USE_VELOC");
if (ptr == NULL)
FATAL("GENERICIO_USE_VELOC environment variable missing, must point to a valid VELOC configuration file");
return std::string(ptr);
return "";
return ptr;
}
namespace gio {
......
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