Skip to content

Commit 8a41852

Browse files
committed
update test_toy_module_fulltxt to new strcit type for CMAKE_LIBRARY_PATH
1 parent 4d9f077 commit 8a41852

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/framework/toy_build.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,6 @@ def test_toy_module_fulltxt(self):
16421642
r'',
16431643
r'conflict\("toy"\)',
16441644
r'',
1645-
r'prepend_path\("CMAKE_LIBRARY_PATH", pathJoin\(root, "lib"\)\)',
16461645
r'prepend_path\("CMAKE_PREFIX_PATH", root\)',
16471646
r'prepend_path\("LD_LIBRARY_PATH", pathJoin\(root, "lib"\)\)',
16481647
r'prepend_path\("LIBRARY_PATH", pathJoin\(root, "lib"\)\)',
@@ -1684,7 +1683,6 @@ def test_toy_module_fulltxt(self):
16841683
r'',
16851684
r'conflict toy',
16861685
r'',
1687-
r'prepend-path CMAKE_LIBRARY_PATH \$root/lib',
16881686
r'prepend-path CMAKE_PREFIX_PATH \$root',
16891687
r'prepend-path LD_LIBRARY_PATH \$root/lib',
16901688
r'prepend-path LIBRARY_PATH \$root/lib',

0 commit comments

Comments
 (0)