summaryrefslogtreecommitdiffstats
path: root/functions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'functions.cmake')
-rw-r--r--functions.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.cmake b/functions.cmake
index cc8f1c5b038..fc6fbc0b146 100644
--- a/functions.cmake
+++ b/functions.cmake
@@ -613,3 +613,7 @@ function(vespa_detect_build_platform)
message(FATAL_ERROR "-- Could not determine vespa build platform")
endif()
endfunction()
+
+function(vespa_install_empty_tmp_dir TARGET)
+install(DIRECTORY DESTINATION ${TARGET} DIRECTORY_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE SETGID)
+endfunction()