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