Skip to content

Commit

Permalink
Added missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Jan 26, 2024
1 parent 79fd550 commit 0443c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ endif ()
if (REFLECTCPP_CBOR)
if (MSVC)
target_link_libraries(reflectcpp PRIVATE "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/lib/tinycbor${CMAKE_STATIC_LIBRARY_SUFFIX}")
else
else ()
target_link_libraries(reflectcpp PRIVATE "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/lib/libtinycbor${CMAKE_STATIC_LIBRARY_SUFFIX}")
endif
endif ()
endif ()

if (REFLECTCPP_FLEXBUFFERS)
Expand Down

0 comments on commit 0443c51

Please sign in to comment.