diff Resources/CMake/Compiler.cmake @ 4042:f5c86a00cae0

moving DownloadOrthancFramework.cmake to Resources/CMake/
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 16:44:29 +0200
parents a3e38994d95a
children
line wrap: on
line diff
--- a/Resources/CMake/Compiler.cmake	Wed Jun 10 14:55:26 2020 +0200
+++ b/Resources/CMake/Compiler.cmake	Wed Jun 10 16:44:29 2020 +0200
@@ -1,5 +1,7 @@
 # This file sets all the compiler-related flags
 
+include(CheckLibraryExists)
+
 if ((CMAKE_CROSSCOMPILING AND NOT
       "${CMAKE_SYSTEM_VERSION}" STREQUAL "CrossToolNg") OR    
     "${CMAKE_SYSTEM_VERSION}" STREQUAL "LinuxStandardBase")