diff --git a/install/CMakeLists.txt b/install/CMakeLists.txt index 9298887..e1bcfbf 100644 --- a/install/CMakeLists.txt +++ b/install/CMakeLists.txt @@ -1,5 +1,3 @@ -# Get the macros and functions we'll need -include("${PROJECT_SOURCE_DIR}/cmake/helper.cmake") include(CMakePackageConfigHelpers) # Install the library and necessary include files @@ -50,4 +48,4 @@ configure_file( install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig -) \ No newline at end of file +)