There was an error while loading. Please reload this page.
1 parent c03a7e1 commit 8b53d59Copy full SHA for 8b53d59
1 file changed
tests/CMakeLists.txt
@@ -48,7 +48,7 @@ if(BUILD_TESTING_FULL)
48
49
# choose proper library path & extension
50
if(MSVC)
51
- set(IMPORTED_LOCATION_PATH "${binary_dir}/src/${CMAKE_BUILD_TYPE}/cmocka-static.lib")
+ set(IMPORTED_LOCATION_PATH "${binary_dir}/src/${CMAKE_BUILD_TYPE}/cmocka.lib")
52
else()
53
set(IMPORTED_LOCATION_PATH "${binary_dir}/src/libcmocka.a")
54
endif()
0 commit comments