Skip to content
Snippets Groups Projects
Commit 3cc40c3b authored by Lars Bilke's avatar Lars Bilke
Browse files

Readded cmake-modules from https://github.com/bilke/cmake-modules.

parent 5f44a630
No related branches found
No related tags found
No related merge requests found
......@@ -25,3 +25,6 @@
[submodule "ThirdParty/SwmmInterface"]
path = ThirdParty/SwmmInterface
url = https://github.com/ufz/SwmmInterface.git
[submodule "ThirdParty/cmake-modules"]
path = ThirdParty/cmake-modules
url = https://github.com/bilke/cmake-modules.git
Subproject commit af334f92548b7349a1bb038d56ce91fc7b3d3d00
# Set additional CMake modules path
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
"${CMAKE_CURRENT_SOURCE_DIR}/scripts/cmake/cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/scripts/cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/ThirdParty/cmake-modules")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment