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 7594 by zmatsuo, Wed Apr 17 15:09:14 2019 UTC revision 7637 by zmatsuo, Mon Apr 29 16:23:01 2019 UTC
# Line 64  if(EXISTS "${CMAKE_SOURCE_DIR}/.git") Line 64  if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
64      if(${rv})      if(${rv})
65        message("git svn error? please check git svn")        message("git svn error? please check git svn")
66      else()      else()
67        string(REGEX MATCH "[0-9]+" SVNVERSION ${ov})        string(REGEX MATCH "[0-9]+" SVNVERSION "${ov}")
68      endif()      endif()
69    endif()    endif()
70  elseif(EXISTS "${CMAKE_SOURCE_DIR}/.svn")  elseif(EXISTS "${CMAKE_SOURCE_DIR}/.svn")

Legend:
Removed from v.7594  
changed lines
  Added in v.7637

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