[Ttssh2-commit] [7647] mingwでビルドできなくなっていたで修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 5月 6日 (月) 22:41:42 JST


Revision: 7647
          https://osdn.net/projects/ttssh2/scm/svn/commits/7647
Author:   zmatsuo
Date:     2019-05-06 22:41:41 +0900 (Mon, 06 May 2019)
Log Message:
-----------
mingwでビルドできなくなっていたで修正

Modified Paths:
--------------
    trunk/teraterm/teraterm/CMakeLists.txt

-------------- next part --------------
Modified: trunk/teraterm/teraterm/CMakeLists.txt
===================================================================
--- trunk/teraterm/teraterm/CMakeLists.txt	2019-05-06 13:41:33 UTC (rev 7646)
+++ trunk/teraterm/teraterm/CMakeLists.txt	2019-05-06 13:41:41 UTC (rev 7647)
@@ -198,7 +198,7 @@
   )
 
 # copy .lng files
-if(${MSVC_VERSION} GREATER_EQUAL 1910)
+if(MSVC AND ("${MSVC_VERSION}" GREATER_EQUAL "1910"))
   # Visual Studio 2017以上の時
   add_custom_target(
     copy_lang ALL


Ttssh2-commit メーリングリストの案内
Back to archive index