Skip to content

Commit

Permalink
Merge pull request #39 from KIT-MRT/improve_cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow authored Nov 29, 2024
2 parents ac55626 + 4b28590 commit 043411c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if(GTEST_FOUND)
set(TEST_TARGET_NAME util_caching-gtest-${TEST_TARGET_NAME})

message(STATUS
"Adding gtest unittest \"${TEST_TARGET_NAME}\" with working dir ${PROJECT_SOURCE_DIR}/${TEST_FOLDER} \n _test: ${_test}"
"Adding gtest unittest \"${TEST_TARGET_NAME}\" with working dir ${CMAKE_CURRENT_SOURCE_DIR}/${TEST_FOLDER} \n _test: ${_test}"
)

add_executable(${TEST_TARGET_NAME} ${_test})
Expand Down

0 comments on commit 043411c

Please sign in to comment.