We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468ded3 commit b4ab8c6Copy full SHA for b4ab8c6
cmake/FindDotNET.cmake
@@ -28,7 +28,7 @@ if(DOTNET_FOUND)
28
endif()
29
30
# Define dotnet command
31
-set(DOTNET_COMMAND dotnet)
+option(DOTNET_COMMAND "Path of .NET Core command" dotnet)
32
33
# Detect dotnet command
34
execute_process(COMMAND ${DOTNET_COMMAND}
0 commit comments