Skip to content

Commit 3e93c66

Browse files
committed
Remove public header file and remove header files from installation
This makes it more consistent with other platforms, and, generally, header files are installed with developer packages that are providing a shared library to link against, which is not the case today. Additionally, the header file does not appear to be referenced from anywhere in the tree.
1 parent c6c46df commit 3e93c66

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

src/MacMSRDriver/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright (c) 2022, Intel Corporation
3-
3+
44
set(CMAKE_MACOSX_RPATH 1)
55

66
set(CMAKE_CXX_FLAGS "-Wall")
@@ -17,6 +17,3 @@ add_subdirectory(PcmMsr)
1717

1818
# Installation
1919
install(TARGETS PcmMsr DESTINATION "local/lib")
20-
install(FILES MSRAccessorPublic.h DESTINATION "local/include" RENAME MSRAccessor.h)
21-
install(FILES MSRKernel.h DESTINATION "local/include")
22-
install(FILES PCIDriverInterface.h DESTINATION "local/include")

src/MacMSRDriver/MSRAccessorPublic.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)