Skip to content

Commit b4ab8c6

Browse files
committed
Add dotnet command configurable from an option in order to provide support for Guix.
1 parent 468ded3 commit b4ab8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindDotNET.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(DOTNET_FOUND)
2828
endif()
2929

3030
# Define dotnet command
31-
set(DOTNET_COMMAND dotnet)
31+
option(DOTNET_COMMAND "Path of .NET Core command" dotnet)
3232

3333
# Detect dotnet command
3434
execute_process(COMMAND ${DOTNET_COMMAND}

0 commit comments

Comments
 (0)