Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
21ca8657
Commit
21ca8657
authored
Sep 30, 2014
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a minor bug in FindwxWidgets.cmake version.h path search.
parent
e617c5e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FindwxWidgets.cmake
CMakeModules/FindwxWidgets.cmake
+1
-1
No files found.
CMakeModules/FindwxWidgets.cmake
View file @
21ca8657
...
...
@@ -857,7 +857,7 @@ endif(wxWidgets_FIND_STYLE STREQUAL "win32")
# Check if a specfic version was requested by find_package().
if
(
wxWidgets_FOUND AND wxWidgets_FIND_VERSION
)
find_file
(
_filename wx/version.h PATHS
${
wxWidgets_INCLUDE_DIRS
}
)
find_file
(
_filename wx/version.h PATHS
${
wxWidgets_INCLUDE_DIRS
}
NO_DEFAULT_PATH
)
dbg_msg
(
"_filename:
${
_filename
}
"
)
if
(
NOT _filename
)
...
...
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