Skip to content

Commit

Permalink
Solve minor bug in cmake find script for dotnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 9, 2020
1 parent 2621d9c commit c7c8470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindDotNET.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(DOTNET_FOUND)
endif()

# Define dotnet command
set(DOTNET_COMMAND dotnet CACHE FILEPATH "Path of .NET Core command" FORCE)
set(DOTNET_COMMAND dotnet CACHE FILEPATH "Path of .NET Core command")

# Detect dotnet command
execute_process(COMMAND ${DOTNET_COMMAND}
Expand Down

0 comments on commit c7c8470

Please sign in to comment.