diff --git a/CMakeLists.txt b/CMakeLists.txt index 86a2f97..79ec25e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ conan_basic_setup() # Create Core library with files in src/Core file(GLOB_RECURSE CORE_SRC_FILES "src/*.cpp" "src/*.hpp") add_library(pkmnLib SHARED ${CORE_SRC_FILES}) -set(CMAKE_VERBOSE_MAKEFILE ON) foreach (_variableName ${CONAN_LIBS}) message(STATUS "Lib: ${_variableName}")