Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
dd903db7
Commit
dd903db7
authored
Sep 11, 2014
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename the modules dir in CMakeModules
parent
16e79585
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
CMakeModules/CodeCoverage.cmake
CMakeModules/CodeCoverage.cmake
+0
-0
CMakeModules/GetCpuInfos.cmake
CMakeModules/GetCpuInfos.cmake
+0
-0
CMakeModules/checkAVXpe.cpp
CMakeModules/checkAVXpe.cpp
+0
-0
CMakeModules/checkSSEpe.cpp
CMakeModules/checkSSEpe.cpp
+0
-0
CMakeModules/compileTestAvx.cpp
CMakeModules/compileTestAvx.cpp
+0
-0
CMakeModules/compileTestSse.cpp
CMakeModules/compileTestSse.cpp
+0
-0
CMakeModules/gcovr
CMakeModules/gcovr
+0
-0
CMakeModules/getCpuInfos.cpp
CMakeModules/getCpuInfos.cpp
+0
-0
No files found.
CMakeLists.txt
View file @
dd903db7
...
@@ -8,7 +8,7 @@ STRING(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" insource)
...
@@ -8,7 +8,7 @@ STRING(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" insource)
if
(
insource
)
if
(
insource
)
MESSAGE
(
FATAL_ERROR
"
${
PROJECT_NAME
}
requires an out of source build. Goto ./Build and tapes cmake ../"
)
MESSAGE
(
FATAL_ERROR
"
${
PROJECT_NAME
}
requires an out of source build. Goto ./Build and tapes cmake ../"
)
endif
(
insource
)
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!
# 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
Markdown
is supported
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