]> granicus.if.org Git - graphviz/commitdiff
remove advanced target suppression for RxSpencer in CMake builds
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 28 Aug 2020 03:12:19 +0000 (20:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 2 Sep 2020 15:06:14 +0000 (08:06 -0700)
This section suppressed detailed messages about where (or not) RxSpencer was
found. Given the majority of CMake builds are performed by either CI or advanced
users, it did not make sense to suppress this information that is very useful
for debugging failures.

cmake/FindRxSpencer.cmake

index 3c915a71b5d5e4a3f708bcf307801bccb4e5c145..20f7962a141f2a581dc7e3484f5746da88ecdce7 100644 (file)
@@ -7,10 +7,5 @@ find_package_handle_standard_args(RxSpencer DEFAULT_MSG
     RxSpencer_INCLUDE_DIR
 )
 
-mark_as_advanced(
-    RxSpencer_INCLUDE_DIR
-    RxSpencer_LIBRARY
-)
-
 set(RxSpencer_INCLUDE_DIRS ${RxSpencer_INCLUDE_DIR})
 set(RxSpencer_LIBRARIES ${RxSpencer_LIBRARY})