aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-09-13 13:36:45 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-09-13 13:40:05 +0200
commitbbc8b4c9896a98ea0a9b6c1fe6098aaa729ace06 (patch)
treeebfaa7db1f265b5c62e36fb0094cd34903d6dfe8
parent37d9652ee0011eff9346a54c33bd459b53e29d0f (diff)
Revert "Make source files relative"
This reverts commit 37d9652ee0011eff9346a54c33bd459b53e29d0f. Revert looks good because the issue has to be adressed by the build environment. Bug-AGL: SPEC-2801 Change-Id: I51cd51344fc6c6d602f6636c2ffe3af094a78c52 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 51b72b5..c83e59d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,7 +78,6 @@ else(ALLOW_NO_SIGNATURE)
add_definitions(-DDEFAULT_ALLOW_NO_SIGNATURE=0)
endif(ALLOW_NO_SIGNATURE)
-add_compile_options(-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.)
add_subdirectory(src)
add_subdirectory(conf)