Skip to content

Commit 7e677f9

Browse files
committed
Conan package test cleanup.
1 parent 356e336 commit 7e677f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test_package/conanfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ class ScopeguardTestConan(ConanFile):
99

1010
def build(self):
1111
cmake = CMake(self)
12-
# Current dir is "test_package/build/<build_id>" and CMakeLists.txt is
13-
# in "test_package"
1412
cmake.configure()
1513
cmake.build()
1614

0 commit comments

Comments
 (0)