diff Plugins/Samples/ConnectivityChecks/CMakeLists.txt @ 4033:0763630a42ef

removing HAS_EMBEDDED_RESOURCES
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jun 2020 21:45:54 +0200
parents f6cb16413325
children 5e26d004838c
line wrap: on
line diff
--- a/Plugins/Samples/ConnectivityChecks/CMakeLists.txt	Tue Jun 09 21:43:42 2020 +0200
+++ b/Plugins/Samples/ConnectivityChecks/CMakeLists.txt	Tue Jun 09 21:45:54 2020 +0200
@@ -6,7 +6,6 @@
 SET(PLUGIN_VERSION "mainline" CACHE STRING "Version of the plugin")
 
 include(${CMAKE_CURRENT_SOURCE_DIR}/../../../Resources/CMake/OrthancFrameworkParameters.cmake)
-set(HAS_EMBEDDED_RESOURCES ON)
 include(${CMAKE_CURRENT_SOURCE_DIR}/../../../Resources/CMake/OrthancFrameworkConfiguration.cmake)
 
 include(JavaScriptLibraries.cmake)