Skip to content

Commit

Permalink
🔧 install fewer files
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Jan 26, 2024
1 parent 5de6797 commit 7bce28c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cmake/mqt-core-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ endif()
include("${CMAKE_CURRENT_LIST_DIR}/Cache.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/CompilerOptions.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/CompilerWarnings.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/GetVersion.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/PackageAddTest.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/PreventInSourceBuilds.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/Python.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/Sanitizers.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/StandardProjectSettings.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/mqt-core-targets.cmake")
Expand Down
2 changes: 0 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,8 @@ if(MQT_CORE_INSTALL)
${PROJECT_SOURCE_DIR}/cmake/CompilerOptions.cmake
${PROJECT_SOURCE_DIR}/cmake/CompilerWarnings.cmake
${PROJECT_SOURCE_DIR}/cmake/FindGMP.cmake
${PROJECT_SOURCE_DIR}/cmake/GetVersion.cmake
${PROJECT_SOURCE_DIR}/cmake/PackageAddTest.cmake
${PROJECT_SOURCE_DIR}/cmake/PreventInSourceBuilds.cmake
${PROJECT_SOURCE_DIR}/cmake/Python.cmake
${PROJECT_SOURCE_DIR}/cmake/Sanitizers.cmake
${PROJECT_SOURCE_DIR}/cmake/StandardProjectSettings.cmake
DESTINATION ${MQT_CORE_CONFIG_INSTALL_DIR})
Expand Down

0 comments on commit 7bce28c

Please sign in to comment.