From 1c4948e4fdd338973930e6e4d308f602e4f9e73e Mon Sep 17 00:00:00 2001 From: Andrew Kravchuk Date: Mon, 23 Jul 2012 12:11:53 +0400 Subject: Removed redundant msinttypes inclusion in tests --- tests/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d3d683a..93ccb9a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,10 +1,5 @@ include_directories(${LIBRABBITMQ_INCLUDE_DIRS}) -# Needed because no version of MSVC has inttypes.h -if (MSVC) - include_directories(${CMAKE_SOURCE_DIR}/librabbitmq/win32/msinttypes) -endif() - add_executable(test_parse_url test_parse_url.c) target_link_libraries(test_parse_url rabbitmq) add_test(parse_url test_parse_url) -- cgit v1.2.1