Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Castan <faca@mikrosimage.eu>2018-08-07 19:50:10 +0300
committerFabien Castan <faca@mikrosimage.eu>2018-08-07 19:50:10 +0300
commit05c532d10c72ebeaed983eef31cc954582c5ba81 (patch)
tree4e6ce804f26b9a70490515c391e350677ade978d /CMakeLists.txt
parent258ca372bbe145e3332700839112cd445b8c2378 (diff)
[cmake] remove warning
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a90da650..56a944b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ include(ExternalProject)
# ==============================================================================
include(GNUInstallDirs)
-message(WARNING "QT_CMAKE_FLAGS: ${QT_CMAKE_FLAGS}")
+# message(STATUS "QT_CMAKE_FLAGS: ${QT_CMAKE_FLAGS}")
if(MR_BUILD_QTOIIO)
set(QTOIIO_TARGET qtoiio)