Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
407B

  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index c259c16..aa5d393 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -124,8 +124,6 @@ check_include_file ( signal.h HAVE_SIGNAL_H )
  6. check_include_file ( getopt.h HAVE_GETOPT_H )
  7. include ( TestInline )
  8. include ( TestVLA )
  9. -include ( TestBigEndian )
  10. -test_big_endian ( WORDS_BIGENDIAN )
  11. unset ( LIBFLUID_CPPFLAGS CACHE )
  12. unset ( LIBFLUID_LIBS CACHE )