Skip to content

Commit

Permalink
use property
Browse files Browse the repository at this point in the history
  • Loading branch information
pks-t committed Sep 7, 2024
1 parent 38edfd0 commit 678e1c0
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 @@ -30,7 +30,7 @@ target_sources(clar_test PRIVATE
)
target_compile_definitions(clar_test PRIVATE
CLAR_FIXTURE_PATH="${CMAKE_CURRENT_SOURCE_DIR}/expected/"
SELFTEST_BINARY_PATH="${CMAKE_CURRENT_BINARY_DIR}/selftest/selftest${CMAKE_EXECUTABLE_SUFFIX}"
SELFTEST_BINARY_PATH="$<TARGET_FILE:selftest>"
_DARWIN_C_SOURCE
_POSIX_C_SOURCE=200809L
)
Expand Down

0 comments on commit 678e1c0

Please sign in to comment.