mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Remove unnecessary CMake config installs (#5714)
This commit is contained in:
@@ -22,8 +22,6 @@ if (WITH_JAVA)
|
||||
else()
|
||||
set (romiVendordep_config_dir share/romiVendordep)
|
||||
endif()
|
||||
|
||||
install(FILES romiVendordep-config.cmake DESTINATION ${romiVendordep_config_dir})
|
||||
endif()
|
||||
|
||||
file(GLOB_RECURSE romiVendordep_native_src src/main/native/cpp/*.cpp)
|
||||
|
||||
@@ -22,8 +22,6 @@ if (WITH_JAVA)
|
||||
else()
|
||||
set (wpilibNewCommands_config_dir share/wpilibNewCommands)
|
||||
endif()
|
||||
|
||||
install(FILES ${WPILIB_BINARY_DIR}/wpilibNewCommands-config.cmake DESTINATION ${wpilibNewCommands_config_dir})
|
||||
endif()
|
||||
|
||||
file(GLOB_RECURSE wpilibNewCommands_native_src src/main/native/cpp/*.cpp)
|
||||
|
||||
@@ -22,8 +22,6 @@ if (WITH_JAVA)
|
||||
else()
|
||||
set (xrpVendordep_config_dir share/xrpVendordep)
|
||||
endif()
|
||||
|
||||
install(FILES xrpVendordep-config.cmake DESTINATION ${xrpVendordep_config_dir})
|
||||
endif()
|
||||
|
||||
file(GLOB_RECURSE xrpVendordep_native_src src/main/native/cpp/*.cpp)
|
||||
|
||||
Reference in New Issue
Block a user