Skip to content

Commit

Permalink
remove superfluous cmake debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 16, 2023
1 parent 4acc0d8 commit f0d903f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@ if (WITH_KVAZAAR)
find_package(kvazaar)
if ("${HAVE_KVAZAAR_ENABLE_LOGGING}")
add_definitions(-DHAVE_KVAZAAR_ENABLE_LOGGING=1)
message("HAVE KV")
else ()
add_definitions(-DHAVE_KVAZAAR_ENABLE_LOGGING=0)
message("DONT HAVE KV")
endif ()
endif ()

Expand Down

0 comments on commit f0d903f

Please sign in to comment.