From e4b6670950021e42547dc3a4952d22617572ae3a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 30 Jul 2015 14:18:36 -0700 Subject: [PATCH] build: fix installing config out file twice --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5353b7..7340df2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,7 +169,6 @@ install(TARGETS libsoundio_static DESTINATION lib) install(FILES ${LIBSOUNDIO_HEADERS} - ${CONFIGURE_OUT_FILE} DESTINATION "include/soundio") # Example Programs