commit e591ea9023c8627328974dd7a6f94be704695cb1
parent c8ba32cc755f305aabc155b52b3ca3a80d6f4a0e
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Mon, 23 Feb 2015 16:38:05 -0500
CMake: Add Include For CheckFunctionExists
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -3,6 +3,7 @@ message(STATUS "Checking Include Path" $ENV{CMAKE_INCLUDE_PATH} ${CMAKE_INCLUDE_
message(STATUS "Checking Library Path" $ENV{CMAKE_LIBRARY_PATH} ${CMAKE_LIBRARY_PATH})
#Dependency check
+include(CheckFunctionExists)
find_package(PkgConfig REQUIRED)
find_package(zlib REQUIRED)
pkg_check_modules(FFTW REQUIRED fftw3)