From d7b67ee2ebdd6712a4db0d0986bafccb4d1bb301 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 2 Mar 2020 11:36:28 +0100 Subject: [PATCH] CMake: fix constraint_solver dotnet swig --- ortools/constraint_solver/csharp/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ortools/constraint_solver/csharp/CMakeLists.txt b/ortools/constraint_solver/csharp/CMakeLists.txt index 7a7edf5642..44fd096092 100644 --- a/ortools/constraint_solver/csharp/CMakeLists.txt +++ b/ortools/constraint_solver/csharp/CMakeLists.txt @@ -1,7 +1,6 @@ set_property(SOURCE routing.i PROPERTY CPLUSPLUS ON) set_property(SOURCE routing.i PROPERTY SWIG_MODULE_NAME operations_research_constraint_solver) set_property(SOURCE routing.i PROPERTY COMPILE_OPTIONS - -nofastunpack -namespace ${OR_TOOLS_DOTNET}.ConstraintSolver -dllimport google-ortools-native )