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 $