mirror of https://github.com/PCSX2/pcsx2.git
cmake: drop sparsehash_new module
It was a workaround for a buggy version of the lib.
This commit is contained in:
parent
414ce3589a
commit
ca8c5b041d
|
@ -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)
|
|
|
@ -62,7 +62,6 @@ include(FindLibc)
|
||||||
include(FindPortAudio)
|
include(FindPortAudio)
|
||||||
include(FindSoundTouch)
|
include(FindSoundTouch)
|
||||||
include(FindSparseHash)
|
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
|
# 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...
|
# If you include first 3rdparty, all 3rdpary include will have a higer priority...
|
||||||
|
|
Loading…
Reference in New Issue