From 9d3755496949029f089b461f5081be4891f3accc Mon Sep 17 00:00:00 2001 From: manuelk Date: Wed, 12 Sep 2012 15:01:32 -0700 Subject: [PATCH] Making CMakeLists more consistent --- opensubdiv/hbr/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensubdiv/hbr/CMakeLists.txt b/opensubdiv/hbr/CMakeLists.txt index 74522c03..b9d1d6b7 100644 --- a/opensubdiv/hbr/CMakeLists.txt +++ b/opensubdiv/hbr/CMakeLists.txt @@ -55,7 +55,7 @@ # a particular purpose and non-infringement. # -set(H_FILES +set(PUBLIC_HEADER_FILES allocator.h bilinear.h catmark.h @@ -75,6 +75,6 @@ set(H_FILES vertex.h ) -install( FILES ${H_FILES} +install( FILES ${PUBLIC_HEADER_FILES} DESTINATION include/hbr PERMISSIONS OWNER_READ GROUP_READ WORLD_READ )