Skip to content

Commit 19e7fe9

Browse files
authored
Modify TrantorConfig (#69)
Change TRANTOR_FOUND to Trantor_FOUND in TrantorConfig.cmake
1 parent b152c54 commit 19e7fe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/templates/TrantorConfig.cmake.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It defines the following variables
33
# TRANTOR_INCLUDE_DIRS - include directories for Trantor
44
# TRANTOR_LIBRARIES - libraries to link against
5-
# TRANTOR_FOUND
5+
# Trantor_FOUND
66
# This module defines the following IMPORTED target:
77
# Trantor::Trantor
88

@@ -16,6 +16,5 @@ if(NOT TARGET Trantor::Trantor)
1616
include("${TRANTOR_CMAKE_DIR}/TrantorTargets.cmake")
1717
endif()
1818

19-
set(TRANTOR_FOUND TRUE)
2019
get_target_property(TRANTOR_INCLUDE_DIRS Trantor::Trantor INTERFACE_INCLUDE_DIRECTORIES)
2120
set(TRANTOR_LIBRARIES Trantor::Trantor)

0 commit comments

Comments
 (0)