diff --git a/src/include/CMakeLists.txt b/src/include/CMakeLists.txt index e1652fdd..e8aea8bf 100644 --- a/src/include/CMakeLists.txt +++ b/src/include/CMakeLists.txt @@ -41,4 +41,7 @@ target_sources(kp_logger PRIVATE kompute/logger/Logger.hpp ) -install(DIRECTORY logger DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) \ No newline at end of file +# This installation requires non-existing dir logger, +# but previous installation at line 30 has already installed kompute/logger +# This will cause an error during installation +# install(DIRECTORY logger DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) \ No newline at end of file