Skip to content

Commit

Permalink
Fixed CMake MSVC extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Feb 13, 2024
1 parent 1b1aae9 commit c8199ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ target_link_libraries(
GTest::gtest_main
)

set(MSVC_LIBRARY_PATH lib)
set(MSVC_LIBRARY_EXTENSION lib)
set(MINGW_LIBRARY_EXTENSION a)
set(GTEST_DIR "${CMAKE_BINARY_DIR}/lib")

Expand Down

0 comments on commit c8199ba

Please sign in to comment.