From d969c39d30a5958610984fe78ada46bf7a9d9ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Ulus?= Date: Wed, 5 Feb 2025 22:42:48 +0300 Subject: [PATCH] Fix open_simulation_interface-config.cmake.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This filename must be the same with [this filename](https://github.com/OpenSimulationInterface/open-simulation-interface/blob/e78dff7443bb71e563431175fbd09bafba27da2c/CMakeLists.txt#L230) Signed-off-by: Doğan Ulus --- open_simulation_interface-config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_simulation_interface-config.cmake.in b/open_simulation_interface-config.cmake.in index 615ec5cd0..a285246e2 100644 --- a/open_simulation_interface-config.cmake.in +++ b/open_simulation_interface-config.cmake.in @@ -6,5 +6,5 @@ find_dependency(Protobuf) if(NOT TARGET @PROJECT_NAME@ AND NOT @PROJECT_NAME@_BINARY_DIR) set_and_check(OPEN_SIMULATION_INTERFACE_INCLUDE_DIRS "@PACKAGE_OSI_INSTALL_INCLUDE_DIR@") set(OPEN_SIMULATION_INTERFACE_LIBRARIES "@PROJECT_NAME@") - include("${CMAKE_CURRENT_LIST_DIR}/open_simulation_interface_targets.cmake") + include("${CMAKE_CURRENT_LIST_DIR}/open_simulation_interface-targets.cmake") endif()