Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
iMSTK
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
30
Issues
30
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
iMSTK
iMSTK
Commits
d6102ec6
Commit
d6102ec6
authored
Oct 10, 2018
by
Sreekanth Arikatla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: Check DbgHelp library only on windows
parent
c5987d2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
CMake/Findg3log.cmake
CMake/Findg3log.cmake
+4
-5
No files found.
CMake/Findg3log.cmake
View file @
d6102ec6
...
@@ -3,13 +3,12 @@
...
@@ -3,13 +3,12 @@
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
if
(
WIN32
)
if
(
WIN32
)
find_library
(
DbgHelp_LIBRARY NAMES DbgHelp
)
find_library
(
DbgHelp_LIBRARY NAMES DbgHelp
)
if
(
NOT DbgHelp_LIBRARY
)
message
(
FATAL_ERROR
"DbgHelp library not found"
)
endif
()
endif
()
endif
()
if
(
NOT DbgHelp_LIBRARY
)
message
(
FATAL_ERROR
"DbgHelp library not found"
)
endif
()
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Find path
# Find path
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
...
...
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