diff --git a/AutoAnswer/CMakeLists.txt b/AutoAnswer/CMakeLists.txt
index 94b611e60c5d2b1baa1725a251686e7f143373c6..e9854fe65258bb22f6088b6f1198d9d18f16c989 100644
--- a/AutoAnswer/CMakeLists.txt
+++ b/AutoAnswer/CMakeLists.txt
@@ -79,7 +79,7 @@ target_include_directories(${ProjectName} PUBLIC ${PROJECT_BINARY_DIR}
                                                  )
 target_link_directories(${ProjectName} PUBLIC ${CONTRIB_PATH}
                                               ${CONTRIB_PATH}/build/fmt/msvc/Release
-                                              ${CONTRIB_PATH}/build/yaml-cpp/msvc/Release
+                                              ${CONTRIB_PATH}/build/yaml-cpp/build/Release
                                         )
 
 target_link_libraries(${ProjectName} PUBLIC libyaml-cppmd)