Update CMake dotnet management.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
if (NOT BUILD_CSHARP)
|
||||
return()
|
||||
endif()
|
||||
|
||||
find_package(SWIG)
|
||||
find_package(CSharpUtilities)
|
||||
|
||||
6
cmake/dotnet.cmake
Normal file
6
cmake/dotnet.cmake
Normal file
@@ -0,0 +1,6 @@
|
||||
if(NOT BUILD_DOTNET)
|
||||
return()
|
||||
endif()
|
||||
|
||||
find_package(SWIG)
|
||||
find_program (DOTNET_CLI NAMES dotnet)
|
||||
Reference in New Issue
Block a user