Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
ac730ddf
Commit
ac730ddf
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
better
parent
916d3800
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-3
4 additions, 3 deletions
CMakeLists.txt
with
4 additions
and
3 deletions
CMakeLists.txt
+
4
−
3
View file @
ac730ddf
...
@@ -220,6 +220,10 @@ if(MSVC)
...
@@ -220,6 +220,10 @@ if(MSVC)
endif
(
${
VAR
}
MATCHES
"/MD"
)
endif
(
${
VAR
}
MATCHES
"/MD"
)
endforeach
(
VAR
)
endforeach
(
VAR
)
endif
(
ENABLE_MSVC_STATIC_RUNTIME
)
endif
(
ENABLE_MSVC_STATIC_RUNTIME
)
if
(
ENABLE_BUILD_DYNAMIC OR ENABLE_BUILD_SHARED
)
# automatically export .def file (requires CMake 3.4)
set
(
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE
)
endif
(
ENABLE_BUILD_DYNAMIC OR ENABLE_BUILD_SHARED
)
endif
(
MSVC
)
endif
(
MSVC
)
if
(
ENABLE_OPENMP
)
if
(
ENABLE_OPENMP
)
...
@@ -1519,9 +1523,6 @@ if(WIN32 AND NOT MSVC OR CYGWIN)
...
@@ -1519,9 +1523,6 @@ if(WIN32 AND NOT MSVC OR CYGWIN)
elseif
(
MSVC
)
elseif
(
MSVC
)
set_target_properties
(
gmsh PROPERTIES LINK_FLAGS
set_target_properties
(
gmsh PROPERTIES LINK_FLAGS
"/STACK:16777216 /SAFESEH:NO"
)
"/STACK:16777216 /SAFESEH:NO"
)
if
(
ENABLE_BUILD_DYNAMIC OR ENABLE_BUILD_SHARED
)
set
(
CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON
)
endif
(
ENABLE_BUILD_DYNAMIC OR ENABLE_BUILD_SHARED
)
endif
(
WIN32 AND NOT MSVC OR CYGWIN
)
endif
(
WIN32 AND NOT MSVC OR CYGWIN
)
# parser target
# parser target
...
...
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