We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08f544b + 3af2351 commit c57aa8cCopy full SHA for c57aa8c
open_simulation_interface-config.cmake.in
@@ -6,5 +6,5 @@ find_dependency(Protobuf)
6
if(NOT TARGET @PROJECT_NAME@ AND NOT @PROJECT_NAME@_BINARY_DIR)
7
set_and_check(OPEN_SIMULATION_INTERFACE_INCLUDE_DIRS "@PACKAGE_OSI_INSTALL_INCLUDE_DIR@")
8
set(OPEN_SIMULATION_INTERFACE_LIBRARIES "@PROJECT_NAME@")
9
- include("${CMAKE_CURRENT_LIST_DIR}/open_simulation_interface_targets.cmake")
+ include("${CMAKE_CURRENT_LIST_DIR}/open_simulation_interface-targets.cmake")
10
endif()
0 commit comments