[openrtm-commit:03092] r3177 - trunk/OpenRTM-aist/src/ext
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 1月 22日 (月) 12:37:41 JST
Author: miyamoto
Date: 2018-01-22 12:37:41 +0900 (Mon, 22 Jan 2018)
New Revision: 3177
Added:
trunk/OpenRTM-aist/src/ext/ssl/
Modified:
trunk/OpenRTM-aist/src/ext/CMakeLists.txt
Log:
[merge] r3166 has been merged from RELENG_1_2.
Modified: trunk/OpenRTM-aist/src/ext/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/src/ext/CMakeLists.txt 2018-01-21 07:12:09 UTC (rev 3176)
+++ trunk/OpenRTM-aist/src/ext/CMakeLists.txt 2018-01-22 03:37:41 UTC (rev 3177)
@@ -8,4 +8,8 @@
else(RTP)
add_subdirectory(interrupt_task)
endif(RTP)
-endif(VXWORKS)
\ No newline at end of file
+endif(VXWORKS)
+
+if(SSL_ENABLE)
+ add_subdirectory(ssl)
+endif(SSL_ENABLE)
\ No newline at end of file
More information about the openrtm-commit
mailing list