diff Framework/Orthanc/Resources/CMake/ZlibConfiguration.cmake @ 12:9220cf4a63d5

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:14:34 +0100
parents 2dbe613f6c93
children
line wrap: on
line diff
--- a/Framework/Orthanc/Resources/CMake/ZlibConfiguration.cmake	Wed Oct 26 12:14:03 2016 +0200
+++ b/Framework/Orthanc/Resources/CMake/ZlibConfiguration.cmake	Wed Nov 09 14:14:34 2016 +0100
@@ -27,10 +27,10 @@
     ${ZLIB_SOURCES_DIR}/zutil.c
     )
 
+  source_group(ThirdParty\\zlib REGULAR_EXPRESSION ${ZLIB_SOURCES_DIR}/.*)
+
 else()
   include(FindZLIB)
   include_directories(${ZLIB_INCLUDE_DIRS})
   link_libraries(${ZLIB_LIBRARIES})
 endif()
-
-source_group(ThirdParty\\ZLib REGULAR_EXPRESSION ${ZLIB_SOURCES_DIR}/.*)