File tree 8 files changed +7
-14
lines changed
8 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,6 @@ if (BUILD_TESTING)
51
51
${PROJECT_SOURCE_DIR} /test
52
52
)
53
53
54
- if (TARGET UNIT_ign_TEST)
55
- # Link the libraries that we always need.
56
- target_link_libraries ("UNIT_ign_TEST"
57
- ignition-cmake${IGN_CMAKE_VER} ::utilities
58
- )
59
- endif ()
60
-
61
54
if (TARGET UNIT_Converter_TEST)
62
55
target_link_libraries (UNIT_Converter_TEST
63
56
TINYXML2::TINYXML2)
Original file line number Diff line number Diff line change 20
20
#include < stdlib.h>
21
21
#include < string>
22
22
23
- #include < ignition/utilities /ExtraTestMacros.hh>
23
+ #include < ignition/utils /ExtraTestMacros.hh>
24
24
25
25
#include " sdf/parser.hh"
26
26
#include " sdf/SDFImpl.hh"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ set(gtest_sources
68
68
ign_build_tests(
69
69
TYPE UNIT
70
70
SOURCES ${gtest_sources}
71
- LIB_DEPS ${usd_target} ignition-cmake ${IGN_CMAKE_VER} ::utilities
71
+ LIB_DEPS ${usd_target}
72
72
INCLUDE_DIRS ${PROJECT_SOURCE_DIR} /test usd_parser
73
73
)
74
74
Original file line number Diff line number Diff line change 20
20
21
21
#include < ignition/common/Filesystem.hh>
22
22
#include < ignition/common/TempDirectory.hh>
23
- #include < ignition/utilities /ExtraTestMacros.hh>
23
+ #include < ignition/utils /ExtraTestMacros.hh>
24
24
25
25
#include " test_config.h"
26
26
#include " test_utils.hh"
Original file line number Diff line number Diff line change 20
20
#include < ignition/common/Filesystem.hh>
21
21
#include < ignition/common/Util.hh>
22
22
23
- #include < ignition/utilities /ExtraTestMacros.hh>
23
+ #include < ignition/utils /ExtraTestMacros.hh>
24
24
25
25
#include < sdf/usd/usd_parser/USDData.hh>
26
26
#include < sdf/usd/UsdError.hh>
Original file line number Diff line number Diff line change 19
19
20
20
#include < ignition/common/Filesystem.hh>
21
21
22
- #include < ignition/utilities /ExtraTestMacros.hh>
22
+ #include < ignition/utils /ExtraTestMacros.hh>
23
23
24
24
#include < sdf/usd/usd_parser/USDStage.hh>
25
25
#include < sdf/usd/UsdError.hh>
Original file line number Diff line number Diff line change 21
21
22
22
#include < gtest/gtest.h>
23
23
24
- #include < ignition/utilities /ExtraTestMacros.hh>
24
+ #include < ignition/utils /ExtraTestMacros.hh>
25
25
26
26
#include " test_config.h"
27
27
#include " test_utils.hh"
Original file line number Diff line number Diff line change 23
23
#include < ignition/common/TempDirectory.hh>
24
24
#include < ignition/common/Util.hh>
25
25
26
- #include < ignition/utilities /ExtraTestMacros.hh>
26
+ #include < ignition/utils /ExtraTestMacros.hh>
27
27
28
28
#include " sdf/Light.hh"
29
29
#include " sdf/Link.hh"
You can’t perform that action at this time.
0 commit comments