diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a58b805d..cb095bed1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,7 +115,6 @@ endif() list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) include(GNUInstallDirs) -include(YCMDefaultDirs) include(InstallBasicPackageFiles) include(AddUninstallTarget) diff --git a/toolbox/CMakeLists.txt b/toolbox/CMakeLists.txt index 0b47a41c5..3511c1125 100644 --- a/toolbox/CMakeLists.txt +++ b/toolbox/CMakeLists.txt @@ -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)