Skip to content

Commit

Permalink
remove spurious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tvercaut committed Feb 19, 2024
1 parent f8ee72d commit f7a0117
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,8 @@ set_target_properties(gtest_main PROPERTIES CXX_CLANG_TIDY "")
set_target_properties(gmock PROPERTIES CXX_CLANG_TIDY "")
set_target_properties(gmock_main PROPERTIES CXX_CLANG_TIDY "")

# Get base64pp
#FetchContent_Declare(
# base64pp
# GIT_REPOSITORY https://github.com/google/googletest.git
# GIT_TAG 750d67d809700ae8fca6d610f7b41b71aa161808
# SYSTEM
#)
#FetchContent_MakeAvailable(base64pp)
add_subdirectory(./libs/base64pp)


include_directories(libs)

aux_source_directory(./src/ CTR_SOURCES)
Expand Down

0 comments on commit f7a0117

Please sign in to comment.