From 85f17c4188e266b82ba8858d21f67289c72e7b9a Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 6 May 2026 01:35:53 -0500 Subject: [PATCH] [ox] Fix install --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15b2d582c..a378f2a4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,13 +78,6 @@ include_directories(src) install(FILES OxConfig.cmake DESTINATION lib/cmake/ox) -install( - DIRECTORY - include/ox - DESTINATION - include -) - if(OX_USE_STDLIB) set(JSONCPP_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/jsoncpp/include") add_subdirectory(deps/jsoncpp)