Skip to content

Commit

Permalink
Retry to find the CMake relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Oct 19, 2024
1 parent a6536ce commit 1eb1fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cavs_nist_sha1_short.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ auto where_file(const std::string& test_vectors_filename) -> std::string
else
{
// Try to open the file from the CMake working path.
test_vectors_filename_relative = "../../../libs/" + test_vectors_filename;
test_vectors_filename_relative = "../../../../libs/" + test_vectors_filename;

std::ifstream in_03(test_vectors_filename_relative.c_str());

Expand Down

0 comments on commit 1eb1fee

Please sign in to comment.