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 8834 by zmatsuo, Sat Jul 4 15:59:25 2020 UTC revision 8840 by zmatsuo, Mon Jul 6 13:53:51 2020 UTC
# Line 110  message("revision=\"${SVNVERSION}\"") Line 110  message("revision=\"${SVNVERSION}\"")
110    
111  ### tool  ### tool
112  # perl  # perl
113  if (MSVC OR ("$ENV{MSYSTEM}" MATCHES "MINGW"))  if (MSVC OR (MINGW AND (EXISTS "c:/windows")))
114    find_program(    find_program(
115      PERL perl.exe      PERL perl.exe
116      HINTS ${CMAKE_CURRENT_SOURCE_DIR}/libs/perl/perl/bin      HINTS ${CMAKE_CURRENT_SOURCE_DIR}/libs/perl/perl/bin

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

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