Skip to content

Commit

Permalink
Add dotnet command configurable from an option in order to provide su…
Browse files Browse the repository at this point in the history
…pport for Guix.
  • Loading branch information
viferga committed Apr 8, 2020
1 parent 468ded3 commit b4ab8c6
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)
option(DOTNET_COMMAND "Path of .NET Core command" dotnet)

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

0 comments on commit b4ab8c6

Please sign in to comment.