Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent 262b6e2 commit 1f30a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from conan import ConanFile
from conan.tools.cmake import CMake, cmake_layout, CMakeDeps
from conan import CMake, ConanFile
from conan.tools.cmake import cmake_layout, CMakeDeps

class IpcRecipe(ConanFile):
name = "ipc"
Expand Down

0 comments on commit 1f30a8b

Please sign in to comment.