Squashed 'deps/ox/' content from commit 7e884fd3

git-subtree-dir: deps/ox
git-subtree-split: 7e884fd3b44ccddb7b00b9acd6f8dc1a27881996
This commit is contained in:
2026-05-05 22:02:46 -05:00
commit b93c2582c0
464 changed files with 53820 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
string(TOLOWER "${CMAKE_INSTALL_PREFIX}" _PREFIX)
string(TOLOWER "${ITK_BINARY_DIR}" _BUILD)
if("${_PREFIX}" STREQUAL "${_BUILD}")
message(FATAL_ERROR
"The current CMAKE_INSTALL_PREFIX points at the build tree:\n"
" ${CMAKE_INSTALL_PREFIX}\n"
"This is not supported."
)
endif()