Skip to content
Snippets Groups Projects
Commit 80e7063d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CMake rename module -> Dependences.cmake

parent 25b652a1
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ endif() ...@@ -65,7 +65,7 @@ endif()
# include CMake macros and functions # include CMake macros and functions
include(GetFilenameComponent) # overwrite CMake command include(GetFilenameComponent) # overwrite CMake command
include(SearchInstalledSoftware) include(Dependences)
include(CheckCompiler) include(CheckCompiler)
if(ZERO_TOLERANCE) if(ZERO_TOLERANCE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wfatal-errors") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wfatal-errors")
......
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