Skip to content

Commit bd3c9cf

Browse files
georgkrylovjeanlego
authored andcommitted
Documentation Changes to CMakeLists.txt
This is a short commit that helps fixing the build breakage, with suggesting proper library. Simplifies ease of use Signed-off-by: Georgiy Krylov <[email protected]>
1 parent 9108b17 commit bd3c9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ if (VPR_USE_EZGL STREQUAL "auto")
346346
message(STATUS "VPR Graphics: Enabled")
347347
else()
348348
set(VPR_USE_EZGL "off")
349-
message(STATUS "VPR Graphics: Disabled (required libraries missing, on debia/ubuntu try: sudo apt install libgtk-3 libx11-dev")
349+
message(STATUS "VPR Graphics: Disabled (required libraries missing, on debian/ubuntu try: sudo apt install libgtk-3-dev libx11-dev")
350350
endif()
351351
endif()
352352

0 commit comments

Comments
 (0)