aboutsummaryrefslogtreecommitdiff
path: root/misc/ignition-fuel-tools/files/patch-src_CMakeLists.txt
blob: bb88454abe59f87b23371de2ba0bbb2081403973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/CMakeLists.txt.orig	2018-11-20 20:11:32 UTC
+++ src/CMakeLists.txt
@@ -61,7 +61,7 @@ ign_install_library()
 # Build the unit tests.
 ign_build_tests(TYPE UNIT
                 SOURCES ${gtest_sources}
-                LIB_DEPS ignition-common1::ignition-common1
+                LIB_DEPS ignition-common3::ignition-common3
 )
 
 # Command line support.