Skip to content

Commit

Permalink
Merge pull request #184 from diegoferigo/fix/ycm
Browse files Browse the repository at this point in the history
Remove deprecated YCM calls
  • Loading branch information
diegoferigo authored Jan 24, 2020
2 parents fb6b135 + aa583a1 commit 511abb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ endif()
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

include(GNUInstallDirs)
include(YCMDefaultDirs)
include(InstallBasicPackageFiles)
include(AddUninstallTarget)

Expand Down
1 change: 0 additions & 1 deletion toolbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ install_basic_package_files(WBToolbox
VERSION ${PROJECT_VERSION}
COMPATIBILITY AnyNewerVersion
EXPORT WBToolboxExport
FIRST_TARGET WBToolboxBase
DEPENDENCIES BlockFactoryCore
NAMESPACE WBToolbox::
NO_CHECK_REQUIRED_COMPONENTS_MACRO)

0 comments on commit 511abb5

Please sign in to comment.