cmake: drop sparsehash_new module

It was a workaround for a buggy version of the lib.
This commit is contained in:
Gregory Hainaut 2014-04-12 10:25:40 +02:00
parent 414ce3589a
commit ca8c5b041d
2 changed files with 0 additions and 19 deletions

View File

@ -1,18 +0,0 @@
# Try to find SparseHash
# Once done, this will define
#
# SPARSEHASE_NEW_FOUND - system has SparseHash
# SPARSEHASE_NEW_INCLUDE_DIR - the SparseHash include directories
if(SPARSEHASE_NEW_INCLUDE_DIR)
set(SPARSEHASE_NEW_FIND_QUIETLY TRUE)
endif(SPARSEHASE_NEW_INCLUDE_DIR)
find_path(SPARSEHASE_NEW_INCLUDE_DIR sparsehash/internal/densehashtable.h)
# handle the QUIETLY and REQUIRED arguments and set SPARSEHASE_NEW_FOUND to TRUE if
# all listed variables are TRUE
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(SparseHash_new DEFAULT_MSG SPARSEHASE_NEW_INCLUDE_DIR)
mark_as_advanced(SPARSEHASE_NEW_INCLUDE_DIR)

View File

@ -62,7 +62,6 @@ include(FindLibc)
include(FindPortAudio)
include(FindSoundTouch)
include(FindSparseHash)
include(FindSparseHash_NEW)
# Note for include_directory: The order is important to avoid a mess between include file from your system and the one of pcsx2
# If you include first 3rdparty, all 3rdpary include will have a higer priority...