Skip to content

Commit

Permalink
cmake bugfix missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 22, 2024
1 parent 887d82b commit 9a12b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/TinyDrivers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function(tiny_init_driver_types)
set(driversLibraryType "SHARED")

else()
message(FATAL_ERROR "Unsupported value '${DRIVERS_TYPE}' for
message(FATAL_ERROR "Unsupported value '${DRIVERS_TYPE}' for \
the DRIVERS_TYPE CMake option for ${TinyDrivers_target} library, allowed values are \
Shared, Static, or Loadable (case-insensitive).")
endif()
Expand Down

0 comments on commit 9a12b00

Please sign in to comment.