Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8829 by zmatsuo, Fri Jul 3 14:43:52 2020 UTC revision 8834 by zmatsuo, Sat Jul 4 15:59:25 2020 UTC
# Line 121  if (MSVC OR ("$ENV{MSYSTEM}" MATCHES "MI Line 121  if (MSVC OR ("$ENV{MSYSTEM}" MATCHES "MI
121      HINTS c:/cygwin64/usr/bin      HINTS c:/cygwin64/usr/bin
122      )      )
123  else()  else()
124    set(PERL "perl")    find_program(
125        PERL perl
126        )
127  endif()  endif()
128  message("perl=${PERL}")  message("perl=${PERL}")
129    

Legend:
Removed from v.8829  
changed lines
  Added in v.8834

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26