Browse Subversion Repository
Diff of /trunk/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|