1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-15 18:06:20 +00:00
This commit is contained in:
Drew DeVault 2016-06-19 12:51:44 -04:00
parent 689935ed39
commit 439d289654

View file

@ -137,7 +137,7 @@ if(enable-tests)
if (CMOCKA_FOUND)
add_subdirectory(test)
else()
message(WARNING "Not buliding tests - cmocka is required.")
message(WARNING "Not building tests - cmocka is required.")
endif()
endif()