Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed May 21, 2024
1 parent 86eeedd commit a4c90dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(SERVER_DEFINES "")
set(SERVER_DISABILED_REASON "")
if (VPR_USE_SERVER)
if (VPR_USE_EZGL STREQUAL "off")
set(SERVER_DISABILED_REASON ", due to EZGL beign disabled")
set(SERVER_DISABILED_REASON ", due to EZGL being disabled")
set(VPR_USE_SERVER OFF)
endif()
endif()
Expand Down

0 comments on commit a4c90dd

Please sign in to comment.