Hi all, First, let me thank you for all the great software and support over the years!
Latest CMake and ITK. I am trying to configure and build on a Corporate Windows 10 computer that has (IMO) fairly mild lockdown of Admin rights. Any thoughts how to workaround the following error?
Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
ERROR: Registry editing has been disabled by your administrator.
CMake Error at CMakeLists.txt:82 (string):
string sub-command REGEX, mode MATCH needs at least 5 arguments total to
command.
I vaguely recall that ITK stores recently used source(?) build(?) paths in the registry, so that repeated builds from the same directories are more convenient. Might this be related?
Yes! I’m sorry I didn’t post back. Setting ITK_SKIP_PATH_LENGTH_CHECKS to ON did work, I made a mistake by not deleting the build directory the first time I tried that. Thank you Dzenan, this is Solved.