diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-28 04:16:16 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-28 04:16:16 +0200 |
commit | 9586a7b88d450ccc15b47549cf17e5aaa9e90629 (patch) | |
tree | 30c00389dc8ccd2a433084950e1a1eac6cb84615 | |
parent | f0753ecf534d7a670bb5531734651285b0e3073b (diff) |
cmake: remove debug statement
-rw-r--r-- | cmake/opentrack-pkg-config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-pkg-config.cmake b/cmake/opentrack-pkg-config.cmake index bad4fae1..3f4c41d5 100644 --- a/cmake/opentrack-pkg-config.cmake +++ b/cmake/opentrack-pkg-config.cmake @@ -13,7 +13,7 @@ function(otr_pkgconfig target) set(includes ${includes} ${${k}_INCLUDE_DIRS} ${${k}_INCLUDEDIR}) set(ldflags "${ldflags} ${${k}_LDFLAGS} ") set(libs ${libs} ${${k}_LIBRARIES}) - message(STATUS "${target} | ${i} | ${cflags} | ${includes} | ${ldflags} | ${libs} | ") + #message(STATUS "${target} | ${i} | ${cflags} | ${includes} | ${ldflags} | ${libs} | ") else() message(FATAL_ERROR "Can't find '${i}'. Please install development files for this package.") endif() |