We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837c0c9 commit 4a066beCopy full SHA for 4a066be
cppzmqConfig.cmake.in
@@ -30,9 +30,7 @@ if(NOT ZeroMQ_FOUND)
30
endif()
31
32
if(NOT TARGET @PROJECT_NAME@)
33
- include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
34
-
35
- get_target_property(@PROJECT_NAME@_INCLUDE_DIR cppzmq INTERFACE_INCLUDE_DIRECTORIES)
36
- get_target_property(@PROJECT_NAME@_LIBRARY libzmq LOCATION)
37
- get_target_property(@PROJECT_NAME@_STATIC_LIBRARY libzmq-static LOCATION)
+ include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
+ get_target_property(@PROJECT_NAME@_INCLUDE_DIR cppzmq INTERFACE_INCLUDE_DIRECTORIES)
38
+
0 commit comments