Browse Source

removed unused lines in FindJsoncpp

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
be552419d3
  1. 6
      cmake/FindJsoncpp.cmake

6
cmake/FindJsoncpp.cmake

@ -31,12 +31,6 @@ set(JSONCPP_LIBRARIES ${JSONCPP_LIBRARY})
# boost is using the same "hack" as us with "optimized" and "debug"
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
if (CMAKE_CL_64)
set(JSONCPP_NAMES_DEBUG jsoncppd_x64)
else ()
set(JSONCPP_NAMES_DEBUG jsoncppd)
endif()
find_library(
JSONCPP_LIBRARY_DEBUG
NAMES jsoncppd

Loading…
Cancel
Save