mirror of
https://github.com/nlohmann/json
synced 2024-11-15 16:50:06 +00:00
fix targetname
This commit is contained in:
parent
cc937deaf6
commit
5b4855dea2
@ -101,7 +101,7 @@ foreach(file ${files})
|
||||
|
||||
target_compile_definitions(${testcase} PRIVATE CATCH_CONFIG_FAST_COMPILE)
|
||||
target_include_directories(${testcase} PRIVATE "thirdparty/catch")
|
||||
target_link_libraries(${testcase} ${JSON_TARGET_NAME})
|
||||
target_link_libraries(${testcase} ${NLOHMANN_JSON_TARGET_NAME})
|
||||
|
||||
if(NOT MSVC)
|
||||
set_target_properties(${testcase} PROPERTIES COMPILE_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated -Wno-float-equal")
|
||||
|
Loading…
Reference in New Issue
Block a user