mirror of
https://github.com/azahar-emu/discord-rpc.git
synced 2026-03-20 19:21:10 +01:00
Fix CMake issue when ENABLE_IO_THREAD=OFF (#28)
This was probably just a typo.
This commit is contained in:
@@ -85,7 +85,7 @@ endif(UNIX)
|
||||
target_include_directories(discord-rpc PRIVATE ${RAPIDJSON}/include)
|
||||
|
||||
if (NOT ${ENABLE_IO_THREAD})
|
||||
add_definitions(discord-rpc PUBLIC -DDISCORD_DISABLE_IO_THREAD)
|
||||
target_compile_definitions(discord-rpc PUBLIC -DDISCORD_DISABLE_IO_THREAD)
|
||||
endif (NOT ${ENABLE_IO_THREAD})
|
||||
|
||||
if (${BUILD_DYNAMIC_LIB})
|
||||
|
||||
Reference in New Issue
Block a user