Skip to content

Commit

Permalink
TEST: Ooops, make it so we actually fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
RAOF committed Jul 9, 2024
1 parent 143a03b commit 43737c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

execute_process(COMMAND "modinfo" "vkms")
execute_process(COMMAND "modprobe" "vkms")
execute_process(COMMAND "modprobe" "vkms" COMMAND_ERROR_IS_FATAL ANY)

set(MIR_VERSION_MAJOR 2)
set(MIR_VERSION_MINOR 18)
Expand Down

0 comments on commit 43737c4

Please sign in to comment.