BUG: include should not have .cmake
This commit is contained in:
parent
084e5a5e9e
commit
377bf9dbd1
|
@ -31,7 +31,7 @@ IF(MPEG2_FOUND)
|
||||||
|
|
||||||
#some native mpeg2 installations will depend
|
#some native mpeg2 installations will depend
|
||||||
#on libSDL, if found, add it in.
|
#on libSDL, if found, add it in.
|
||||||
INCLUDE( FindSDL.cmake )
|
INCLUDE( FindSDL )
|
||||||
IF(SDL_FOUND)
|
IF(SDL_FOUND)
|
||||||
SET( MPEG2_LIBRARIES ${MPEG2_LIBRARIES} ${SDL_LIBRARY})
|
SET( MPEG2_LIBRARIES ${MPEG2_LIBRARIES} ${SDL_LIBRARY})
|
||||||
ENDIF(SDL_FOUND)
|
ENDIF(SDL_FOUND)
|
||||||
|
|
Loading…
Reference in New Issue