Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/CMakeLists.txt

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

revision 7507 by zmatsuo, Fri Mar 22 17:19:15 2019 UTC revision 7532 by zmatsuo, Fri Mar 29 13:58:09 2019 UTC
# Line 134  target_link_libraries( Line 134  target_link_libraries(
134    
135  ### create puttyversion.h  ### create puttyversion.h
136    
137    set(PUTTY_ISS "${CMAKE_SOURCE_DIR}/libs/putty/windows/putty.iss")
138    if(NOT EXISTS ${PUTTY_ISS})
139      message(FATAL_ERROR "${PUTTY_ISS} not found")
140    endif()
141    
142  file(READ "${CMAKE_SOURCE_DIR}/libs/putty/windows/putty.iss" iis)  file(READ "${CMAKE_SOURCE_DIR}/libs/putty/windows/putty.iss" iis)
143    
144  string(REGEX MATCH "VersionInfoTextVersion=([^\n]+)\n" _ ${iis})  string(REGEX MATCH "VersionInfoTextVersion=([^\n]+)\n" _ ${iis})

Legend:
Removed from v.7507  
changed lines
  Added in v.7532

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