cgal/Installation/cmake/modules
Jane Tournois 321e8293af
fix outdated code
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-05-28 14:55:14 +02:00
..
Help
config Fixes for min/max 2020-04-21 12:04:45 +02:00
CGALConfigVersion_binary_header_only.cmake.in Fix the testsuite of test/Installation/ with CTest 2020-05-13 21:15:55 +02:00
CGALConfig_binary.cmake.in Merge branch 'releases/CGAL-4.14-branch' 2019-07-26 18:45:17 +02:00
CGALConfig_binary_header_only.cmake.in
CGALConfig_install.cmake.in Fix a bug introduced in CGAL-5.0 2020-01-10 12:34:58 +01:00
CGALLibConfig.cmake.in
CGAL_Boost_iostreams_support.cmake Fix INTERFACE_LINK_LIBARIES which should be a semicolon-separated string 2020-07-21 11:02:45 +02:00
CGAL_Boost_serialization_support.cmake fix boost zlib targets 2020-06-02 15:31:55 +02:00
CGAL_CheckCXXFileRuns.cmake
CGAL_Common.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
CGAL_CreateSingleSourceCGALProgram.cmake Fix CTest issues with CGAL_Qt5 2020-10-26 13:52:33 +01:00
CGAL_Eigen3_support.cmake fix macro name to be consistent with find_package 2021-01-15 10:43:34 +01:00
CGAL_Eigen_support.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
CGAL_GLPK_support.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
CGAL_GeneratorSpecificSettings.cmake Move the code in CGAL_SetupCGALDependencies.cmake 2020-05-28 12:44:25 +02:00
CGAL_LASLIB_support.cmake Proposal for imported targets 2020-04-15 14:05:18 +02:00
CGAL_Macros.cmake Remove trailing whitespaces 2020-07-02 15:51:29 +02:00
CGAL_OpenCV_support.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
CGAL_OpenGR_support.cmake Proposal for imported targets 2020-04-15 14:05:18 +02:00
CGAL_Qt5_moc_and_resource_files.cmake Fix CGAL_Qt5 in non-header-only 2019-10-16 18:02:26 +02:00
CGAL_SCIP_support.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
CGAL_SCM.cmake
CGAL_SetupBoost.cmake C++11: remove the need for Boost.Thread, even with CGAL_Core 2019-06-18 15:06:23 +02:00
CGAL_SetupCGALDependencies.cmake Merge pull request #4710 from danston/CGAL-clangmp_bug_fix-danston 2020-06-03 16:22:55 +02:00
CGAL_SetupCGAL_CoreDependencies.cmake CGAL_Core no longer needs Boost.Thread 2020-07-21 17:32:30 +02:00
CGAL_SetupCGAL_ImageIODependencies.cmake
CGAL_SetupCGAL_Qt5Dependencies.cmake Check the presence of <CGAL/Qt/*.h> header 2019-10-31 13:49:22 +01:00
CGAL_SetupDependencies.cmake
CGAL_SetupFlags.cmake
CGAL_SetupGMP.cmake Remove tehe option WITH_GMPXX completely 2019-12-13 16:31:34 +01:00
CGAL_SetupLEDA.cmake Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00
CGAL_SetupVLD.cmake
CGAL_TBB_support.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
CGAL_TensorFlow_support.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
CGAL_TweakFindBoost.cmake That variable CGAL_TweakFindBoost was useless if not set 2019-05-06 16:33:42 +02:00
CGAL_UseLEDA.cmake
CGAL_UseMKL.cmake
CGAL_UseMPFI.cmake
CGAL_UseRS.cmake
CGAL_UseRS3.cmake
CGAL_VersionUtils.cmake
CGAL_add_test.cmake Support non-header-only 2020-10-27 09:16:53 +01:00
CGAL_display_flags.cmake
CGAL_enable_end_of_configuration_hook.cmake Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-09-09 16:43:29 +02:00
CGAL_parse_version_h.cmake Remove leading zeros in CGAL_BUILD_VERSION: 1 instead of 001 2020-07-21 11:23:22 +02:00
CGAL_pointmatcher_support.cmake make the dependencies to boost general, not just for windows 2021-01-25 15:35:27 +01:00
CGAL_setup_target_dependencies.cmake
CGAL_target_use_TBB.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
FindCORE.cmake
FindESBTL.cmake
FindEigen3.cmake
FindF2C.cmake
FindGLPK.cmake Add a name in FindGLPK.cmake 2019-12-30 16:41:01 +01:00
FindGMP.cmake fix indentation and remove GMP_LIBRARIES_DIR 2021-04-02 14:56:50 +02:00
FindGMPXX.cmake
FindIPE.cmake
FindLASLIB.cmake
FindLEDA.cmake
FindLibSSH.cmake Add a way to upload a scene through ssh. 2019-09-26 14:57:22 +02:00
FindMETIS.cmake
FindMKL.cmake
FindMPFI.cmake Trivial fix: MPFI needs MPFR 2020-07-22 10:23:30 +02:00
FindMPFR.cmake Remove (GMP|MPFR)_IN_CGAL_AUXILIARY 2019-04-04 15:25:01 +02:00
FindNTL.cmake
FindOpenMesh.cmake Update Installation/cmake/modules/FindOpenMesh.cmake 2020-01-08 09:55:22 +01:00
FindRS.cmake
FindRS3.cmake
FindSuiteSparse.cmake
FindTBB.cmake fix outdated code 2021-05-28 14:55:14 +02:00
FindTensorFlow.cmake Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00
Makefile
UseCGAL.cmake Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00
UseESBTL.cmake
UseEigen3.cmake fix macro name to be consistent with find_package 2021-01-15 10:43:34 +01:00
UseLASLIB.cmake Update deprecation warnings 2020-04-15 14:06:13 +02:00
UseOpenMesh.cmake
UseTBB.cmake Use imported targets everywhere 2020-04-15 14:06:13 +02:00
list_of_whitelisted_headers.cmake Fix dependencies 2020-12-29 14:33:49 +01:00
process_dependencies.cmake
run_cmd_redirection_cerr.cmake
run_test_with_cin.cmake Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00
test_MPFI.cpp First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +02:00