From 2ce12c26eb972ef9de5ec252748d1032c43636b1 Mon Sep 17 00:00:00 2001 From: Jefferson Amstutz Date: Mon, 13 Jan 2025 11:09:17 -0600 Subject: [PATCH] don't install hecore device --- examples/empty_helium_device/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/empty_helium_device/CMakeLists.txt b/examples/empty_helium_device/CMakeLists.txt index 630e81f3..eceb9b09 100644 --- a/examples/empty_helium_device/CMakeLists.txt +++ b/examples/empty_helium_device/CMakeLists.txt @@ -84,11 +84,3 @@ anari_generate_queries( CPP_NAMESPACE hecore JSON_DEFINITIONS_FILE ${CMAKE_CURRENT_SOURCE_DIR}/HeCoreDefinitions.json ) - -## Installation ## - -install(TARGETS ${PROJECT_NAME} - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -)