You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/07/17 15:08:00 UTC

[jira] [Commented] (SINGA-471) Fix the cmake error on some systems

    [ https://issues.apache.org/jira/browse/SINGA-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16887145#comment-16887145 ] 

ASF subversion and git services commented on SINGA-471:
-------------------------------------------------------

Commit 831903ea7767eb336b53c9ec31fe96d70a32ba48 in incubator-singa's branch refs/heads/master from wang wei
[ https://gitbox.apache.org/repos/asf?p=incubator-singa.git;h=831903e ]

SINGA-471 Fix the cmake error on some systems


> Fix the cmake error on some systems
> -----------------------------------
>
>                 Key: SINGA-471
>                 URL: https://issues.apache.org/jira/browse/SINGA-471
>             Project: Singa
>          Issue Type: Bug
>            Reporter: wangwei
>            Priority: Major
>
> The cmake cannot pass on some systems due to the path configuration. The solution is to change it as follows:
> {code:java}
> -INSTALL(DIRECTORY ${CMAKE_BINARY_DIR}/include DESTINATION ${CMAKE_INSTALL_PREFIX})
> +INSTALL(DIRECTORY ${CMAKE_BINARY_DIR}/include DESTINATION ${CMAKE_INSTALL_PREFIX}/){code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)