summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPEG2.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-02-02 21:30:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-02-02 21:30:04 (GMT)
commit377bf9dbd1f25e5b255060f520000e054756fa11 (patch)
tree4e785b03ea642151415c6af60ea6e09fd2cced65 /Modules/FindMPEG2.cmake
parent084e5a5e9e2886e2e4f7929e1d6f9fec87bdbc03 (diff)
downloadCMake-377bf9dbd1f25e5b255060f520000e054756fa11.zip
CMake-377bf9dbd1f25e5b255060f520000e054756fa11.tar.gz
CMake-377bf9dbd1f25e5b255060f520000e054756fa11.tar.bz2
BUG: include should not have .cmake
Diffstat (limited to 'Modules/FindMPEG2.cmake')
-rw-r--r--Modules/FindMPEG2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindMPEG2.cmake b/Modules/FindMPEG2.cmake
index 0ce75f5..1aa7913 100644
--- a/Modules/FindMPEG2.cmake
+++ b/Modules/FindMPEG2.cmake
@@ -31,7 +31,7 @@ IF(MPEG2_FOUND)
#some native mpeg2 installations will depend
#on libSDL, if found, add it in.
- INCLUDE( FindSDL.cmake )
+ INCLUDE( FindSDL )
IF(SDL_FOUND)
SET( MPEG2_LIBRARIES ${MPEG2_LIBRARIES} ${SDL_LIBRARY})
ENDIF(SDL_FOUND)