Skip to content

Commit 3aa0827

Browse files
authored
Merge pull request #432 from nealsid/remove-msr-public-header
Remove public header file and remove header files from installation
2 parents c6c46df + 3e93c66 commit 3aa0827

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)