summaryrefslogtreecommitdiff
path: root/3rdparty/msinttypes
diff options
context:
space:
mode:
authorShido <the.keikun@gmail.com>2014-05-17 17:42:40 +0800
committerShido <the.keikun@gmail.com>2014-05-30 09:20:04 +0800
commit05902619eb900472906b9cce38b276e3517d1719 (patch)
treeee24cadaad612c89969461e67d11184ba5c3879e /3rdparty/msinttypes
parentaed877235088b6f1d27b6fd03813c2d59e8e13c1 (diff)
downloadhercules-05902619eb900472906b9cce38b276e3517d1719.tar.gz
hercules-05902619eb900472906b9cce38b276e3517d1719.tar.bz2
hercules-05902619eb900472906b9cce38b276e3517d1719.tar.xz
hercules-05902619eb900472906b9cce38b276e3517d1719.zip
Removed CMakeLists.txt (Thanks to Haruna)
Diffstat (limited to '3rdparty/msinttypes')
-rw-r--r--3rdparty/msinttypes/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/3rdparty/msinttypes/CMakeLists.txt b/3rdparty/msinttypes/CMakeLists.txt
deleted file mode 100644
index c11c1d72a..000000000
--- a/3rdparty/msinttypes/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-
-if( MSVC )
-find_path( MSINTTYPES_INCLUDE_DIRS "inttypes.h"
- PATHS "${CMAKE_CURRENT_SOURCE_DIR}/include"
- NO_DEFAULT_PATH )
-mark_as_advanced( MSINTTYPES_INCLUDE_DIRS )
-message( STATUS "Adding global include directory: ${MSINTTYPES_INCLUDE_DIRS}" )
-set_property( CACHE GLOBAL_INCLUDE_DIRS PROPERTY VALUE ${GLOBAL_INCLUDE_DIRS} ${MSINTTYPES_INCLUDE_DIRS} )
-endif()