-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull latest YCM, update bootstrap files
- Loading branch information
1 parent
5a3ba35
commit 112be77
Showing
3 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ | |
# argument. | ||
|
||
#============================================================================= | ||
# Copyright 2013-2015 iCub Facility, Istituto Italiano di Tecnologia | ||
# Copyright 2013-2015 Istituto Italiano di Tecnologia (IIT) | ||
# Copyright 2013-2015 Daniele E. Domenichelli <[email protected]> | ||
# | ||
# Distributed under the OSI-approved BSD License (the "License"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#============================================================================= | ||
# Copyright 2013-2014 iCub Facility, Istituto Italiano di Tecnologia | ||
# Copyright 2013-2014 Istituto Italiano di Tecnologia (IIT) | ||
# Authors: Daniele E. Domenichelli <[email protected]> | ||
# | ||
# Distributed under the OSI-approved BSD License (the "License"); | ||
|
@@ -78,6 +78,7 @@ if(NOT DEFINED USE_SYSTEM_YCM OR USE_SYSTEM_YCM) | |
endif() | ||
if(YCM_FOUND) | ||
message(STATUS "YCM found in ${YCM_MODULE_DIR}.") | ||
set_property(GLOBAL APPEND PROPERTY YCM_PROJECTS YCM) | ||
return() | ||
endif() | ||
endif() | ||
|