From: Teemu Murtola Date: Thu, 24 Jul 2014 03:29:49 +0000 (+0300) Subject: Do not actually install uniqueptr.h X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=b93bf468686d5ea0194631026559fad62f565cbe;p=alexxy%2Fgromacs.git Do not actually install uniqueptr.h Due to some rebasing error or something, 22d74432 unintentionally undid the change in 1078df1d. Change-Id: Icabe61112b98229bc4e5e13462892b9f5a584d8b --- diff --git a/src/gromacs/utility/CMakeLists.txt b/src/gromacs/utility/CMakeLists.txt index 3a386173f9..b08dcfc5ab 100644 --- a/src/gromacs/utility/CMakeLists.txt +++ b/src/gromacs/utility/CMakeLists.txt @@ -53,7 +53,7 @@ set(UTILITY_PUBLIC_HEADERS real.h smalloc.h stringutil.h - uniqueptr.h) + ) gmx_install_headers(utility ${UTILITY_PUBLIC_HEADERS}) if (BUILD_TESTING)