mirror of https://github.com/PCSX2/pcsx2.git
cmake: remove useless line that failed to build on older cmake version
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5577 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a467075ae0
commit
d438ac3d0c
|
@ -9,8 +9,6 @@ if(AIO_INCLUDE_DIR AND AIO_LIBRARIES)
|
|||
set(AIO_FIND_QUIETLY TRUE)
|
||||
endif(AIO_INCLUDE_DIR AND AIO_LIBRARIES)
|
||||
|
||||
INCLUDE(CheckCXXSymbolExists)
|
||||
|
||||
# include dir
|
||||
find_path(AIO_INCLUDE_DIR libaio.h)
|
||||
|
||||
|
|
Loading…
Reference in New Issue