mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-15 23:45:57 +00:00
Remove submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "tests/lib/Files"]
|
|
||||||
path = tests/lib/Files
|
|
||||||
url = https://github.com/rmontanana/ArffFiles.git
|
|
@@ -57,8 +57,8 @@ class FimdlpConan(ConanFile):
|
|||||||
# Test dependencies - only when testing is enabled
|
# Test dependencies - only when testing is enabled
|
||||||
if self.options.enable_testing:
|
if self.options.enable_testing:
|
||||||
self.requires("catch2/3.8.1")
|
self.requires("catch2/3.8.1")
|
||||||
# Note: arff-files is included as a local copy, but could be a conan dependency
|
self.requires("arff/1.2.0")
|
||||||
# For now, we'll use the local version in tests/lib/Files/
|
self.requires("gtest/1.16.0")
|
||||||
|
|
||||||
def layout(self):
|
def layout(self):
|
||||||
cmake_layout(self)
|
cmake_layout(self)
|
||||||
|
Reference in New Issue
Block a user