Skip to content

Commit

Permalink
Fix merge conflict with Amit's Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nav-mohan committed Feb 2, 2025
1 parent 1ddb0ed commit 2e1a87e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ endif()

message(STATUS "KIM-API Build Type: ${CMAKE_BUILD_TYPE}")

# C++ Language Standard, enforced to be C++11
# set(CMAKE_CXX_STANDARD 11)

set_cache_with_fallback(KIM_API_LOG_MAXIMUM_LEVEL "${_LOG_MAX}" STRING "Maximum log verbosity")
unset(_LOG_MAX)
set_property(CACHE KIM_API_LOG_MAXIMUM_LEVEL PROPERTY STRINGS "" SILENT FATAL ERROR WARNING INFORMATION DEBUG)
Expand Down
4 changes: 0 additions & 4 deletions cpp/src/KIM_SharedLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
#include "KIM_SharedLibrarySchema.hpp"
#endif

#ifndef BASE64_HPP
#include "base64-encode/base64.hpp" // For base64 decoding
#endif

namespace
{
static void * const referencePointForKIM_Library = NULL;
Expand Down

0 comments on commit 2e1a87e

Please sign in to comment.