Skip to content

Commit 3af2351

Browse files
authored
Merge pull request #852 from doganulus/patch-1
Fix open_simulation_interface-config.cmake.in file naming issue
2 parents e78dff7 + d969c39 commit 3af2351

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)