Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Oct 10, 2024
1 parent e2304a5 commit 5c6aac8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from conans import ConanFile
from conan.tools.cmake import CMakeDeps, CMake, CMakeToolchain
from conan.tools.cmake import CMake, CMakeToolchain
from conans.tools import save, load
import os
import pathlib
Expand All @@ -25,9 +25,6 @@ class ExamplePluginsConan(ConanFile):
author = "B. van Lew b.van_lew@lumc.nl" # conan recipe author
license = "MIT"

short_paths = True
generators = "CMakeDeps"

# Options may need to change depending on the packaged library
settings = {"os": None, "build_type": None, "compiler": None, "arch": None}
options = {"shared": [True, False], "fPIC": [True, False]}
Expand Down

0 comments on commit 5c6aac8

Please sign in to comment.