Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Multiphysics 0471
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Denis Louis
Multiphysics 0471
Commits
3361225c
Commit
3361225c
authored
3 years ago
by
Denis Louis
Browse files
Options
Downloads
Patches
Plain Diff
cmakelists
parent
876053b5
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
merge kevin branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
srcs/FEM/CMakeLists.txt
+2
-3
2 additions, 3 deletions
srcs/FEM/CMakeLists.txt
with
2 additions
and
3 deletions
srcs/FEM/CMakeLists.txt
+
2
−
3
View file @
3361225c
...
@@ -18,9 +18,6 @@ IF(APPLE)
...
@@ -18,9 +18,6 @@ IF(APPLE)
# on macOS, do not give priority to frameworks/apps
# on macOS, do not give priority to frameworks/apps
SET
(
CMAKE_FIND_APPBUNDLE LAST
)
SET
(
CMAKE_FIND_APPBUNDLE LAST
)
SET
(
CMAKE_FIND_FRAMEWORK LAST
)
SET
(
CMAKE_FIND_FRAMEWORK LAST
)
SET
(
CMAKE_OSX_ARCHITECTURES
"x86_64"
CACHE STRING
"Build architectures for Mac OS X"
FORCE
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Xpreprocessor -fopenmp -I/opt/homebrew/include"
)
list
(
APPEND EXTERNAL_LIBRARIES
"-L/opt/homebrew/lib -lomp"
)
ENDIF
()
ENDIF
()
# find gmsh-sdk
# find gmsh-sdk
...
@@ -48,6 +45,8 @@ IF(NOT EIGEN_INCLUDE_DIRS)
...
@@ -48,6 +45,8 @@ IF(NOT EIGEN_INCLUDE_DIRS)
ENDIF
()
ENDIF
()
INCLUDE_DIRECTORIES
(
${
EIGEN_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
${
EIGEN_INCLUDE_DIRS
}
)
SET
(
CMAKE_CXX_FLAGS
"
${
CXX_FLAGS
}
-Wall"
)
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
FILE
(
GLOB SRCS *.cpp
)
FILE
(
GLOB SRCS *.cpp
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment