Fix command line is too long failure in Windows
Compare changes
Files
3+ 5
− 3
@@ -10,7 +10,7 @@ find_package(VTK COMPONENTS ZZZ
@@ -18,8 +18,10 @@ if (VTK_VERSION VERSION_LESS "8.90.0")
@@ -27,7 +29,7 @@ else ()
System updates will be applied on Apr 24th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
Cmake-3.22.0, with Visual Studio 2022 and Ninja-1.10.2 causes a 'command line is too long' error when building in Windows. This is a result of this change in Cmake: