Skip to content

Commit

Permalink
Fix CMake Warning (dev) in CMakeLists.txt in http bloom lib
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorvs committed Jan 10, 2025
1 parent 2da6dca commit c02ccc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions httpsupgrade/httpsupgrade-impl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

cmake_minimum_required(VERSION 3.4.1)

# Define the project
project(https_bloom_lib)

# Creates and names a library, sets it as either STATIC
# or SHARED, and provides the relative paths to its source code.
# You can define multiple libraries, and CMake builds them for you.
Expand Down

0 comments on commit c02ccc8

Please sign in to comment.