From 11b51f7b6697bdec2fbf944434628da54e3a7152 Mon Sep 17 00:00:00 2001 From: Eran Date: Sun, 29 Oct 2023 08:44:34 +0200 Subject: [PATCH] move all ExternalProjectTargets into '3rd Party' --- CMake/external_catch2.cmake | 2 +- CMake/external_fastdds.cmake | 2 +- CMake/external_libusb.cmake | 2 ++ CMake/external_pybind11.cmake | 2 +- third-party/glfw/src/CMakeLists.txt | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CMake/external_catch2.cmake b/CMake/external_catch2.cmake index 7f258a4f9e..73e46ff9cd 100644 --- a/CMake/external_catch2.cmake +++ b/CMake/external_catch2.cmake @@ -41,7 +41,7 @@ function(get_catch2) # place libraries with other 3rd-party projects set_target_properties( Catch2 Catch2WithMain PROPERTIES - FOLDER "ExternalProjectTargets/catch2" ) + FOLDER "3rd Party/catch2" ) message( STATUS "Fetching Catch2 - Done" ) diff --git a/CMake/external_fastdds.cmake b/CMake/external_fastdds.cmake index 8c6739e7b8..3c67345a52 100644 --- a/CMake/external_fastdds.cmake +++ b/CMake/external_fastdds.cmake @@ -48,7 +48,7 @@ function(get_fastdds) # place FastDDS project with other 3rd-party projects set_target_properties(fastcdr fastrtps PROPERTIES - FOLDER "ExternalProjectTargets/fastdds") + FOLDER "3rd Party/fastdds") list(POP_BACK CMAKE_MESSAGE_INDENT) # Unindent outputs diff --git a/CMake/external_libusb.cmake b/CMake/external_libusb.cmake index 412ccc9946..22acb98f51 100644 --- a/CMake/external_libusb.cmake +++ b/CMake/external_libusb.cmake @@ -29,6 +29,8 @@ target_include_directories(usb INTERFACE $