Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix: correct platform_utils directory under win32
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxz committed Nov 1, 2011
1 parent 29a50a8 commit ba48d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
@@ -1,7 +1,7 @@
include_directories(${librabbitmq_SOURCE_DIR} ${librabbitmq_BINARY_DIR})

if (WIN32)
set(PLATFORM_DIR win32)
set(PLATFORM_DIR windows)
else (WIN32)
set(PLATFORM_DIR unix)
endif (WIN32)
Expand Down

0 comments on commit ba48d4d

Please sign in to comment.