aboutsummaryrefslogtreecommitdiff
path: root/misc/openmvg/files/patch-third__party_cxsparse_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openmvg/files/patch-third__party_cxsparse_CMakeLists.txt')
-rw-r--r--misc/openmvg/files/patch-third__party_cxsparse_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/openmvg/files/patch-third__party_cxsparse_CMakeLists.txt b/misc/openmvg/files/patch-third__party_cxsparse_CMakeLists.txt
deleted file mode 100644
index 654ea56cf276..000000000000
--- a/misc/openmvg/files/patch-third__party_cxsparse_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- third_party/cxsparse/CMakeLists.txt.orig 2018-08-26 19:12:57 UTC
-+++ third_party/cxsparse/CMakeLists.txt
-@@ -6,7 +6,7 @@ project(CXSparse C)
- file(GLOB CXSparse_SRCS "Source/*.c")
- set_source_files_properties(${CXSparse_SRCS} PROPERTIES LANGUAGE C)
-
--add_library(openMVG_cxsparse STATIC ${CXSparse_SRCS})
-+add_library(openMVG_cxsparse SHARED ${CXSparse_SRCS})
- target_compile_definitions(openMVG_cxsparse PUBLIC NCOMPLEX)
- target_include_directories(openMVG_cxsparse PRIVATE ./ ./Include)
- if(UNIX)