浏览代码

BUG: include should not have .cmake

Bill Hoffman 17 年之前
父节点
当前提交
377bf9dbd1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Modules/FindMPEG2.cmake

+ 1 - 1
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)