We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9f077 commit 8a41852Copy full SHA for 8a41852
test/framework/toy_build.py
@@ -1642,7 +1642,6 @@ def test_toy_module_fulltxt(self):
1642
r'',
1643
r'conflict\("toy"\)',
1644
1645
- r'prepend_path\("CMAKE_LIBRARY_PATH", pathJoin\(root, "lib"\)\)',
1646
r'prepend_path\("CMAKE_PREFIX_PATH", root\)',
1647
r'prepend_path\("LD_LIBRARY_PATH", pathJoin\(root, "lib"\)\)',
1648
r'prepend_path\("LIBRARY_PATH", pathJoin\(root, "lib"\)\)',
@@ -1684,7 +1683,6 @@ def test_toy_module_fulltxt(self):
1684
1683
1685
r'conflict toy',
1686
1687
- r'prepend-path CMAKE_LIBRARY_PATH \$root/lib',
1688
r'prepend-path CMAKE_PREFIX_PATH \$root',
1689
r'prepend-path LD_LIBRARY_PATH \$root/lib',
1690
r'prepend-path LIBRARY_PATH \$root/lib',
0 commit comments