mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 13:58:58 -04:00
cmake: fix -DEVENT__ENABLE_VERBOSE_DEBUG (typo on -DUSE_DEBUG)
Fixes: 8b228e27f57300be61b57a41a2ec8666b726dc34 ("Lot's of cmake updates")
This commit is contained in:
parent
a487706e10
commit
e35f22416a
@ -143,7 +143,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
|
||||
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
|
||||
|
||||
if (EVENT__ENABLE_VERBOSE_DEBUG)
|
||||
add_definitions(-DUSE_DBUG=1)
|
||||
add_definitions(-DUSE_DEBUG=1)
|
||||
endif()
|
||||
|
||||
# Setup compiler flags for coverage.
|
||||
|
Loading…
x
Reference in New Issue
Block a user