Browse Source

Removed debug output

tempestpy_adaptions
Tim Quatmann 4 years ago
committed by Stefan Pranger
parent
commit
6110d33bcc
  1. 2
      resources/cmake/find_modules/FindSPOT.cmake

2
resources/cmake/find_modules/FindSPOT.cmake

@ -6,8 +6,6 @@
# SPOT_VERSION - The version of spot # SPOT_VERSION - The version of spot
# use pkg-config to get the directories and then use these values # use pkg-config to get the directories and then use these values
message(STATUS "FIND SPOT")
# in the find_path() and find_library() calls # in the find_path() and find_library() calls
find_package(PkgConfig QUIET) find_package(PkgConfig QUIET)
PKG_CHECK_MODULES(PC_SPOT QUIET spot) PKG_CHECK_MODULES(PC_SPOT QUIET spot)

Loading…
Cancel
Save