From e6c76d463fe9b743218795cc88099f31edf26c41 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Sat, 25 Jun 2022 21:23:28 -0700 Subject: [PATCH] Migrate tests CMakeLists Signed-off-by: methylDragon --- CMakeLists.txt | 2 +- test/common_test/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68bfcdab1..47d92eec9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ set(GZ_PHYSICS_RESOURCE_DIR "${CMAKE_SOURCE_DIR}/resources") # Plugin install dirs set(GZ_PHYSICS_ENGINE_INSTALL_DIR - ${CMAKE_INSTALL_PREFIX}/${IGN_LIB_INSTALL_DIR}/ign-${IGN_DESIGNATION}-${PROJECT_VERSION_MAJOR}/engine-plugins + ${CMAKE_INSTALL_PREFIX}/${IGN_LIB_INSTALL_DIR}/gz-${IGN_DESIGNATION}-${PROJECT_VERSION_MAJOR}/engine-plugins ) #============================================================================ diff --git a/test/common_test/CMakeLists.txt b/test/common_test/CMakeLists.txt index c6f31669d..bcbe5ebe1 100644 --- a/test/common_test/CMakeLists.txt +++ b/test/common_test/CMakeLists.txt @@ -19,8 +19,8 @@ foreach(test ${tests}) target_link_libraries(${TEST_TYPE}_${test} PUBLIC - ignition-plugin${IGN_PLUGIN_VER}::loader - ignition-common5::ignition-common5 + gz-plugin${GZ_PLUGIN_VER}::loader + gz-common5::gz-common5 ${PROJECT_LIBRARY_TARGET_NAME} gtest gtest_main