aboutsummaryrefslogtreecommitdiffstats
path: root/functions.cmake
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 08:45:07 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-16 08:45:07 +0200
commit0e224de30ca0f303e93de0a0a46c3f8eae17ff93 (patch)
treec4b98e3d828cf4dabcb411142d85d235b05f4d45 /functions.cmake
parent72231250ed81e10d66bfe70701e64fa5fe50f712 (diff)
Merging code into new github branch.
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()