From c305647912dd2ff472452ea640945be9fa3944d2 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 28 Apr 2011 09:47:33 -0500 Subject: [PATCH] no need to add a missing directory to the include dirs --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3d06fa..3610436 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,10 +48,6 @@ endif() # Build the project ### -if(MSVC) - include_directories("${CMAKE_CURRENT_SOURCE_DIR}/msvc-stdint") -endif() - # The lib is in the "src" subdirectory add_subdirectory(src)