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 b152c54 commit 19e7fe9Copy full SHA for 19e7fe9
cmake/templates/TrantorConfig.cmake.in
@@ -2,7 +2,7 @@
2
# It defines the following variables
3
# TRANTOR_INCLUDE_DIRS - include directories for Trantor
4
# TRANTOR_LIBRARIES - libraries to link against
5
-# TRANTOR_FOUND
+# Trantor_FOUND
6
# This module defines the following IMPORTED target:
7
# Trantor::Trantor
8
@@ -16,6 +16,5 @@ if(NOT TARGET Trantor::Trantor)
16
include("${TRANTOR_CMAKE_DIR}/TrantorTargets.cmake")
17
endif()
18
19
-set(TRANTOR_FOUND TRUE)
20
get_target_property(TRANTOR_INCLUDE_DIRS Trantor::Trantor INTERFACE_INCLUDE_DIRECTORIES)
21
set(TRANTOR_LIBRARIES Trantor::Trantor)
0 commit comments