Skip to content

Commit

Permalink
fixup: quick update, squash later
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Oct 17, 2023
1 parent f2920c6 commit ef887c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ IF ((CMAKE_VERSION VERSION_GREATER 3.1) OR
(CMAKE_VERSION VERSION_EQUAL 3.1))
CMAKE_POLICY(SET CMP0054 NEW)
ENDIF ()
CMAKE_POLICY(SET CMP0060 OLD)

OPTION (MSGPACK_BUILD_TESTS "Build msgpack tests." OFF)
OPTION (MSGPACK_GEN_COVERAGE "Enable running gcov to get a test coverage report." OFF)
Expand Down

0 comments on commit ef887c5

Please sign in to comment.