Skip to content
  • Boris Nagaev's avatar
    Fix CMake error if in directory with ++ in name. · a8495801
    Boris Nagaev authored and David Gobbi's avatar David Gobbi committed
    If ${VTK_SOURCE_DIR} contains "++", the following error
    is produced by CMake:
    
    > RegularExpression::compile(): Nested *?+.
    > RegularExpression::compile(): Error in compile.
    
    Use STREQUAL instead of MATCHES to compare strings.
    a8495801