aboutsummaryrefslogtreecommitdiffstats
path: root/functions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'functions.cmake')
-rw-r--r--functions.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/functions.cmake b/functions.cmake
index c75a454923b..88aa4edfb9b 100644
--- a/functions.cmake
+++ b/functions.cmake
@@ -143,9 +143,6 @@ function(vespa_generate_config TARGET RELATIVE_CONFIG_DEF_PATH)
# This is used within the generated config-<name>.cpp
# TODO: Should modify configgen to use #include <vespa/<modulename>/config-<name>.h> instead
target_include_directories(${TARGET} PRIVATE ${CONFIG_DEST_PARENT_DIR})
-
- # Needed to be able to do a #include <config-<name>.h> for this target
- # This is used within some unit tests
target_include_directories(${TARGET} PRIVATE ${CONFIG_DEST_DIR})
endfunction()