Browse Source

Remove two wayward tabs.

philippelatulippe 13 years ago
parent
commit
0a0f317970
  1. 4
      cmake/FindSpeex.cmake

4
cmake/FindSpeex.cmake

@ -30,9 +30,9 @@ else()
if(Speex_FIND_REQUIRED)
if(NOT Speex_LIBRARIES)
message(FATAL_ERROR "Could not find speex libraries")
endif()
endif()
if(NOT Speex_INCLUDE_DIR)
message(FATAL_ERROR "Could not find speex includes")
endif()
endif()
endif()
endif()

Loading…
Cancel
Save