Skip to content

Commit

Permalink
descrip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyx14 committed Jul 6, 2024
1 parent 3e88769 commit 2897f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ target_link_libraries(${PROJECT_NAME}
)
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_BINARY_DIR})

message("Diretório de construção atual: ${CMAKE_CURRENT_BINARY_DIR}")
message("Current build directory: ${CMAKE_CURRENT_BINARY_DIR}")

if (MSVC AND BUILD_STATIC_LIBRARY)
set_property(TARGET ${PROJECT_NAME} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
Expand Down

0 comments on commit 2897f9d

Please sign in to comment.