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
405cb2ab
Commit
405cb2ab
authored
Jun 15, 2008
by
kintel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: correct endforeach
parent
433b2a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FindwxWidgetsCVS.cmake
CMakeModules/FindwxWidgetsCVS.cmake
+1
-1
No files found.
CMakeModules/FindwxWidgetsCVS.cmake
View file @
405cb2ab
...
@@ -562,7 +562,7 @@ ELSE(WIN32_STYLE_FIND)
...
@@ -562,7 +562,7 @@ ELSE(WIN32_STYLE_FIND)
ELSE
(
_wx_result EQUAL 0
)
ELSE
(
_wx_result EQUAL 0
)
FOREACH
(
_upper_opt_name DEBUG STATIC UNICODE UNIVERSAL
)
FOREACH
(
_upper_opt_name DEBUG STATIC UNICODE UNIVERSAL
)
SET
(
wxWidgets_DEFAULT_
${
_upper_opt_name
}
OFF
)
SET
(
wxWidgets_DEFAULT_
${
_upper_opt_name
}
OFF
)
ENDFOREACH
(
_opt_name
)
ENDFOREACH
(
_
upper_
opt_name
)
ENDIF
(
_wx_result EQUAL 0
)
ENDIF
(
_wx_result EQUAL 0
)
ENDMACRO
(
WX_CONFIG_SELECT_GET_DEFAULT
)
ENDMACRO
(
WX_CONFIG_SELECT_GET_DEFAULT
)
...
...
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