CMake: fix constraint_solver dotnet swig

This commit is contained in:
Corentin Le Molgat
2020-03-02 11:36:28 +01:00
parent a45a75e9a4
commit d7b67ee2eb

View File

@@ -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
)