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 10117 by zmatsuo, Wed Aug 3 15:28:28 2022 UTC revision 10305 by zmatsuo, Mon Oct 10 15:49:47 2022 UTC
# Line 124  endif() Line 124  endif()
124    
125  ### tool  ### tool
126  # perl  # perl
127  if (MSVC OR (MINGW AND (EXISTS "c:/windows")))  include(${CMAKE_CURRENT_LIST_DIR}/buildtools/checkperl.cmake)
   find_program(  
     PERL perl.exe  
     HINTS ${CMAKE_SOURCE_DIR}/buildtools/perl/perl/bin  
     HINTS c:/Strawberry/perl/bin  
     HINTS c:/Perl64/bin  
     HINTS c:/Perl/bin  
     HINTS c:/cygwin/usr/bin  
     HINTS c:/cygwin64/usr/bin  
     )  
 else()  
   find_program(  
     PERL perl  
     )  
 endif()  
128  message("perl=${PERL}")  message("perl=${PERL}")
129    
130  # svn / git-svn  # svn / git-svn
131  if(EXISTS "${CMAKE_SOURCE_DIR}/.git")  if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
132    # git (git-svn)    # git (git-svn)

Legend:
Removed from v.10117  
changed lines
  Added in v.10305

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