Ticket #50795: patch-CMakeLists.txt.diff
File patch-CMakeLists.txt.diff, 416 bytes (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
CMakeLists.txt
old new 569 569 if(NOT MSVC AND NOT BORLAND) 570 570 add_subdirectory( utils ) 571 571 endif(NOT MSVC AND NOT BORLAND) 572 if(NOT WIN32)573 add_subdirectory( fonts )574 endif(NOT WIN32)572 # if(NOT WIN32) 573 # add_subdirectory( fonts ) 574 # endif(NOT WIN32) 575 575 # add_subdirectory( mgllab ) 576 576 endif(NOT enable-lgpl) 577 577