summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-09-12 10:55:59 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-09-12 10:55:59 -0500
commit3a8fc1ebc6eb1359ed2b7b7de6524ffa27ad1706 (patch)
tree3ba6241b28fdbfc16b50a67355df3d081fd2fd9a
parent0bdab3a5354ac5586748988b47e44e0421525b53 (diff)
downloadlibresample-3a8fc1ebc6eb1359ed2b7b7de6524ffa27ad1706.tar.gz
libresample-3a8fc1ebc6eb1359ed2b7b7de6524ffa27ad1706.tar.xz
libresample-3a8fc1ebc6eb1359ed2b7b7de6524ffa27ad1706.zip
Get rid of unneeded test.
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e2c3cb..fb6917d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,6 @@ project(libresample)
include(CheckIncludeFiles)
check_include_files(inttypes.h HAVE_INTTYPES_H)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/configtemplate.h ${CMAKE_CURRENT_BINARY_DIR}/src/config.h)
-find_file(HAVE_INTTYPES_H inttypes.h)
add_library(resample SHARED src/filterkit.c src/resample.c src/resamplesubs.c)
set_target_properties(resample PROPERTIES VERSION 1.0 SOVERSION 1)
install(TARGETS resample LIBRARY DESTINATION ${LIB_INSTALL_DIR})