Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
dd903db7
Commit
dd903db7
authored
Sep 11, 2014
by
BRAMAS Berenger
Browse files
Rename the modules dir in CMakeModules
parent
16e79585
Changes
9
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
dd903db7
...
...
@@ -8,7 +8,7 @@ STRING(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" insource)
if
(
insource
)
MESSAGE
(
FATAL_ERROR
"
${
PROJECT_NAME
}
requires an out of source build. Goto ./Build and tapes cmake ../"
)
endif
(
insource
)
SET
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/Modules
)
SET
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/
CMake
Modules
)
#
# MPI option has to be set before project, cannot be changed in the cache!
...
...
Modules/CodeCoverage.cmake
→
CMake
Modules/CodeCoverage.cmake
View file @
dd903db7
File moved
Modules/GetCpuInfos.cmake
→
CMake
Modules/GetCpuInfos.cmake
View file @
dd903db7
File moved
Modules/checkAVXpe.cpp
→
CMake
Modules/checkAVXpe.cpp
View file @
dd903db7
File moved
Modules/checkSSEpe.cpp
→
CMake
Modules/checkSSEpe.cpp
View file @
dd903db7
File moved
Modules/compileTestAvx.cpp
→
CMake
Modules/compileTestAvx.cpp
View file @
dd903db7
File moved
Modules/compileTestSse.cpp
→
CMake
Modules/compileTestSse.cpp
View file @
dd903db7
File moved
Modules/gcovr
→
CMake
Modules/gcovr
View file @
dd903db7
File moved
Modules/getCpuInfos.cpp
→
CMake
Modules/getCpuInfos.cpp
View file @
dd903db7
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment