Skip to content

Commit

Permalink
Example: Remove copy of CMake modules
Browse files Browse the repository at this point in the history
They are no longer needed.
  • Loading branch information
mmuetzel committed Nov 1, 2023
1 parent 1866b09 commit 7a375ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 319 deletions.
4 changes: 0 additions & 4 deletions Example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ set ( CMAKE_MACOSX_RPATH TRUE )
enable_language ( C CXX )
include ( GNUInstallDirs )

# set the module path for all Find*.cmake files.
set ( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_SOURCE_DIR}/cmake_modules )

#-------------------------------------------------------------------------------
# define my project
#-------------------------------------------------------------------------------
Expand Down
164 changes: 0 additions & 164 deletions Example/cmake_modules/FindGMP.cmake

This file was deleted.

151 changes: 0 additions & 151 deletions Example/cmake_modules/FindMPFR.cmake

This file was deleted.

0 comments on commit 7a375ae

Please sign in to comment.