Description: Fix the inclusion of the JavaScript libraries
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancWebViewer-2.5/CMakeLists.txt
===================================================================
--- OrthancWebViewer-2.5.orig/CMakeLists.txt
+++ OrthancWebViewer-2.5/CMakeLists.txt
@@ -60,7 +60,7 @@ include_directories(${ORTHANC_ROOT})
 
 
 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GdcmConfiguration.cmake)
-include(${CMAKE_SOURCE_DIR}/Resources/CMake/JavaScriptLibraries.cmake)
+set(JAVASCRIPT_LIBS_DIR ${CMAKE_CURRENT_BINARY_DIR}/javascript-libs/)
 
 
 # Check that the Orthanc SDK headers are available
