From ce4d39549d52eaca16fc82073a4ef93d6ffd735f Mon Sep 17 00:00:00 2001 From: Owen Green Date: Thu, 16 Jan 2020 13:27:52 +0000 Subject: [PATCH] Remove rogue message line --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cba25ba..ced056f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,6 @@ FetchContent_GetProperties(fluid_decomposition) if(NOT fluid_decomposition_POPULATED) FetchContent_Populate(fluid_decomposition) add_subdirectory(${fluid_decomposition_SOURCE_DIR} ${fluid_decomposition_BINARY_DIR}) - message(STATUS "GODDMAND DN DNSKD KSFJKJFSSKFJ JJ ${CMAKE_MODULE_PATH}") include(flucoma_version) endif()