Skip to content

Commit

Permalink
Merge pull request #432 from nealsid/remove-msr-public-header
Browse files Browse the repository at this point in the history
Remove public header file and remove header files from installation
  • Loading branch information
opcm authored Aug 26, 2022
2 parents c6c46df + 3e93c66 commit 3aa0827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
5 changes: 1 addition & 4 deletions src/MacMSRDriver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2022, Intel Corporation

set(CMAKE_MACOSX_RPATH 1)

set(CMAKE_CXX_FLAGS "-Wall")
Expand All @@ -17,6 +17,3 @@ add_subdirectory(PcmMsr)

# Installation
install(TARGETS PcmMsr DESTINATION "local/lib")
install(FILES MSRAccessorPublic.h DESTINATION "local/include" RENAME MSRAccessor.h)
install(FILES MSRKernel.h DESTINATION "local/include")
install(FILES PCIDriverInterface.h DESTINATION "local/include")
25 changes: 0 additions & 25 deletions src/MacMSRDriver/MSRAccessorPublic.h

This file was deleted.

0 comments on commit 3aa0827

Please sign in to comment.