We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4e2f7 commit 755849aCopy full SHA for 755849a
1 file changed
CMakeLists.txt
@@ -37,7 +37,7 @@ if (JSON_CPP_BUILD_TESTS)
37
add_custom_command(
38
TARGET jsontestsuite_test POST_BUILD
39
COMMAND ${CMAKE_COMMAND} -E copy_directory
40
- ${CMAKE_SOURCE_DIR}/JSONTestSuite
+ ${CMAKE_CURRENT_SOURCE_DIR}/JSONTestSuite
41
${CMAKE_CURRENT_BINARY_DIR}/JSONTestSuite
42
)
43
0 commit comments