We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a203bd + 511abb5 commit 114ac0eCopy full SHA for 114ac0e
CMakeLists.txt
@@ -115,7 +115,6 @@ endif()
115
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
116
117
include(GNUInstallDirs)
118
-include(YCMDefaultDirs)
119
include(InstallBasicPackageFiles)
120
include(AddUninstallTarget)
121
toolbox/CMakeLists.txt
@@ -12,7 +12,6 @@ install_basic_package_files(WBToolbox
12
VERSION ${PROJECT_VERSION}
13
COMPATIBILITY AnyNewerVersion
14
EXPORT WBToolboxExport
15
- FIRST_TARGET WBToolboxBase
16
DEPENDENCIES BlockFactoryCore
17
NAMESPACE WBToolbox::
18
NO_CHECK_REQUIRED_COMPONENTS_MACRO)
0 commit comments