Skip to content

Commit 125fdc9

Browse files
committed
Fix typo in conan
1 parent d322b1b commit 125fdc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DualAnalysisPluginConan(ConanFile):
2121
name = "DualAnalysisPlugin"
2222
description = """Analysis for generating cell and gene embeddings"""
2323
topics = ("manivault", "plugin")
24-
url = "https://github.com/ManiVaultStudio/DualViewPlugin"
24+
url = "https://github.com/ManiVaultStudio/DualAnalysisPlugin"
2525
author = "B. van Lew b.van_lew@lumc.nl" # conan recipe author
2626
license = "LGPL 3.0"
2727

@@ -130,7 +130,7 @@ def generate(self):
130130

131131
def _configure_cmake(self):
132132
cmake = CMake(self)
133-
cmake.configure(build_script_folder="hdps/DualViewPlugin")
133+
cmake.configure(build_script_folder="hdps/DualAnalysisPlugin")
134134
cmake.verbose = True
135135
return cmake
136136

0 commit comments

Comments
 (0)