1
0
mirror of https://github.com/nlohmann/json synced 2024-11-15 16:50:06 +00:00

fix targetname

This commit is contained in:
Matthias Möller 2017-11-26 10:29:51 +01:00
parent cc937deaf6
commit 5b4855dea2

View File

@ -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")