Skip to content

Commit c57aa8c

Browse files
authored
Merge branch 'master' into feat/add-tail-light
2 parents 08f544b + 3af2351 commit c57aa8c

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)