1
0
mirror of https://github.com/nlohmann/json synced 2024-09-20 14:50:06 +00:00

test/cmake_import: Pass the generator platform required by MSVC 2019

This commit is contained in:
Thomas Braun 2019-10-15 22:36:54 +02:00
parent 7a521150aa
commit 5541a2bd25
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
add_test(NAME cmake_import_configure
COMMAND ${CMAKE_COMMAND}
-G "${CMAKE_GENERATOR}"
-A "${CMAKE_GENERATOR_PLATFORM}"
-Dnlohmann_json_DIR=${PROJECT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/project
)

View File

@ -1,6 +1,7 @@
add_test(NAME cmake_import_minver_configure
COMMAND ${CMAKE_COMMAND}
-G "${CMAKE_GENERATOR}"
-A "${CMAKE_GENERATOR_PLATFORM}"
-Dnlohmann_json_DIR=${PROJECT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/project
)