##// END OF EJS Templates
Remove cmake function called that isn't necessary and makes failed the configuration test if test is enable
Remove cmake function called that isn't necessary and makes failed the configuration test if test is enable

File last commit:

r161:05d9137bd683
r1069:6684c2bc54eb
Show More
sciqlop.cmake
39 lines | 677 B | text/x-cmake | CMakeLexer
Initialisation de l'archi cmake
r0 #
# sciqlop.cmake
#
#
# Update the CMAKE_MODULE_PATH to use custom FindXXX files
#
LIST( APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/CMakeModules/")
# Include the sciqlop version file
INCLUDE("cmake/sciqlop_version.cmake")
# Include the sciqlop cmake macros
INCLUDE("cmake/sciqlop_macros.cmake")
#
# Define the project parameters
#
INCLUDE("cmake/sciqlop_params.cmake")
#
# Configure the compiler
#
Ajout -printsupport pour valider windeployqt sous windows
r161 #INCLUDE("cmake/compiler/compiler.cmake")
Initialisation de l'archi cmake
r0
#
# Find all necessary dependencies
#
INCLUDE("cmake/find_libs.cmake")
#
# Compile all applications
#
INCLUDE("cmake/sciqlop_applications.cmake")
#
# Package creation using CPack
#
INCLUDE("cmake/sciqlop_package.cmake")