From 944f61b3386704965d915723db4a55bcc08e4f5c Mon Sep 17 00:00:00 2001 From: Harry Jeffery <henry.jeffery@stfc.ac.uk> Date: Thu, 26 Mar 2015 12:01:21 +0000 Subject: [PATCH] Refs #11411 Remove hack from FindJsonCPP.cmake --- Code/Mantid/Build/CMake/FindJsonCPP.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Code/Mantid/Build/CMake/FindJsonCPP.cmake b/Code/Mantid/Build/CMake/FindJsonCPP.cmake index c52d1418812..a28f35fd333 100644 --- a/Code/Mantid/Build/CMake/FindJsonCPP.cmake +++ b/Code/Mantid/Build/CMake/FindJsonCPP.cmake @@ -9,11 +9,6 @@ # JSONCPP_LIBRARY_DEBUG - library files for linking (debug version) # JSONCPP_LIBRARIES - All required libraries, including the configuration type -# Using unset here is a temporary hack to force FindJson to find the correct -# path in an incremental build. It should be removed a day or two after the -# branch introducing this is merged. -unset ( JSONCPP_INCLUDE_DIR CACHE ) - # Headers find_path ( JSONCPP_INCLUDE_DIR json/reader.h PATH_SUFFIXES jsoncpp ) -- GitLab