Skip to content

Commit

Permalink
#504 Bumped CMake requirement to v3.13 so that INSTALL(TARGETS) works…
Browse files Browse the repository at this point in the history
… outside the current directory
  • Loading branch information
fpagliughi committed Jan 3, 2025
1 parent 4eebc8d commit 218ccb3
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
Expand Up @@ -22,7 +22,7 @@
# Frank Pagliughi
#*******************************************************************************/

cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.13)

project(PahoMqttCpp VERSION "1.5.0.1")

Expand Down

0 comments on commit 218ccb3

Please sign in to comment.