[ttssh2-commit] [10032] cmake時、ttxsshがビルドされるのか判定を誤っていたので修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 6月 29日 (水) 00:11:17 JST


Revision: 10032
          https://osdn.net/projects/ttssh2/scm/svn/commits/10032
Author:   zmatsuo
Date:     2022-06-29 00:11:16 +0900 (Wed, 29 Jun 2022)
Log Message:
-----------
cmake時、ttxsshがビルドされるのか判定を誤っていたので修正

- チェックするターゲット名を誤っていた
- ttxssh

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

-------------- next part --------------
Modified: trunk/installer/CMakeLists.txt
===================================================================
--- trunk/installer/CMakeLists.txt	2022-06-28 15:11:05 UTC (rev 10031)
+++ trunk/installer/CMakeLists.txt	2022-06-28 15:11:16 UTC (rev 10032)
@@ -289,10 +289,10 @@
   )
 message("ISCC=${ISCC}")
 
-if(NOT TARGET ttssh)
+if(NOT TARGET ttxssh)
   add_custom_target(
     inno_setup
-    COMMAND "${CMAKE_COMMAND}" -E echo "ttssh was not build"
+    COMMAND "${CMAKE_COMMAND}" -E echo "ttxssh was not build"
     )
 elseif("${ISCC}" STREQUAL "ISCC-NOTFOUND")
   add_custom_target(


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