Skip to content
Snippets Groups Projects
Commit 725d368c authored by Oksana Shadura's avatar Oksana Shadura Committed by Oksana Shadura
Browse files

Clarifiing that ROOT_BINDIR is the same as ROOT_BINARY_DIR

parent ad05e569
No related branches found
No related tags found
No related merge requests found
......@@ -675,7 +675,7 @@ get_filename_component(ROOT_BINDIR \"\${_thisdir}/${ROOT_CMAKE_TO_BIN_DIR}\" ABS
# Deprecated value ROOT_BINARY_DIR
set(ROOT_BINARY_DIR_SETUP "
# Deprecated value, please don't use it and use ROOT_BINDIR instead.
get_filename_component(ROOT_BINARY_DIR \"\${_thisdir}/${ROOT_CMAKE_TO_BIN_DIR}\" ABSOLUTE)
get_filename_component(ROOT_BINARY_DIR \"\${ROOT_BINDIR}\" ABSOLUTE)
")
set(ROOT_MODULE_PATH "\${_thisdir}/modules")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment