Skip to content

Commit

Permalink
Update CMakeLists.txt (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-lt authored Dec 3, 2024
1 parent 1ac3fab commit ce77fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(msft_proxy VERSION 0.1.0 LANGUAGES CXX)
project(msft_proxy VERSION 3.1.0 LANGUAGES CXX)
add_library(msft_proxy INTERFACE)
target_compile_features(msft_proxy INTERFACE cxx_std_20)
target_include_directories(msft_proxy INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
Expand Down

0 comments on commit ce77fc8

Please sign in to comment.