Skip to content

Commit d969c39

Browse files
authored
Fix open_simulation_interface-config.cmake.in
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 <dogan.ulus@bogazici.edu.tr>
1 parent e78dff7 commit d969c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open_simulation_interface-config.cmake.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ find_dependency(Protobuf)
66
if(NOT TARGET @PROJECT_NAME@ AND NOT @PROJECT_NAME@_BINARY_DIR)
77
set_and_check(OPEN_SIMULATION_INTERFACE_INCLUDE_DIRS "@PACKAGE_OSI_INSTALL_INCLUDE_DIR@")
88
set(OPEN_SIMULATION_INTERFACE_LIBRARIES "@PROJECT_NAME@")
9-
include("${CMAKE_CURRENT_LIST_DIR}/open_simulation_interface_targets.cmake")
9+
include("${CMAKE_CURRENT_LIST_DIR}/open_simulation_interface-targets.cmake")
1010
endif()

0 commit comments

Comments
 (0)