Skip to content

Commit

Permalink
remove cmake_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jul 8, 2024
1 parent 0c27f21 commit 8ba2071
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "cmake-modules"]
path = cmake/modules
url = ../../BoostCMake/cmake_modules.git
[submodule "zkllvm-assigner"]
path = libs/assigner
url = ../../NilFoundation/zkllvm-assigner.git
Expand Down
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@

cmake_minimum_required(VERSION 3.17)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake"
"${CMAKE_CURRENT_LIST_DIR}/cmake/packages"
"${CMAKE_CURRENT_LIST_DIR}/cmake/modules/share/modules/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

find_package(CM)
include(CMConfig)
include(CMSetupVersion)

Expand Down
1 change: 0 additions & 1 deletion cmake/modules
Submodule modules deleted from 576397
Empty file removed cmake/packages/FindCrypto3.cmake
Empty file.
23 changes: 0 additions & 23 deletions cmake/packages/FindValgrind.cmake

This file was deleted.

0 comments on commit 8ba2071

Please sign in to comment.