summaryrefslogtreecommitdiff
path: root/cmake/Options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Options.cmake')
-rw-r--r--cmake/Options.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Options.cmake b/cmake/Options.cmake
index 0167ad0a6..005bb19ca 100644
--- a/cmake/Options.cmake
+++ b/cmake/Options.cmake
@@ -35,6 +35,8 @@ function(set_directory_options)
set(GLOBAL_DIR "${DEFAULT_GLOBAL_DIR}" CACHE STRING "Global directory")
message(STATUS "Detecting Global Data directory - ${GLOBAL_DIR}")
endif()
+
+ set(HOST_BINARY_DIR "" CACHE PATH "Full path to native cmake build directory")
endfunction()
# Set some generic options that influence what is being build.