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 2621d9c commit c7c8470Copy full SHA for c7c8470
cmake/FindDotNET.cmake
@@ -28,7 +28,7 @@ if(DOTNET_FOUND)
28
endif()
29
30
# Define dotnet command
31
-set(DOTNET_COMMAND dotnet CACHE FILEPATH "Path of .NET Core command" FORCE)
+set(DOTNET_COMMAND dotnet CACHE FILEPATH "Path of .NET Core command")
32
33
# Detect dotnet command
34
execute_process(COMMAND ${DOTNET_COMMAND}
0 commit comments