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
72690e76
Commit
72690e76
authored
Jan 23, 2013
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix intermittent build problem involving out of sequence python invocation
parent
017fe9c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
CMakeLists.txt
pcbnew/CMakeLists.txt
+2
-9
No files found.
pcbnew/CMakeLists.txt
View file @
72690e76
...
...
@@ -431,19 +431,12 @@ target_link_libraries(pcbnew
install
(
TARGETS pcbnew
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
if
(
WIN32
)
set
(
FINAL_EXE,pcbnew.exe
)
elseif
(
APPLE
)
set
(
FINAL_EXE,pcbnew.app/Contents/MacOS/pcbnew
)
else
()
set
(
FINAL_EXE,pcbnew
)
endif
(
WIN32
)
if
(
KICAD_SCRIPTING
)
add_custom_target
(
FixSwigImportsScripting ALL
COMMAND
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/../scripting/fixswigimports.py
${
CMAKE_CURRENT_BINARY_DIR
}
/pcbnew.py
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
FINAL_EXE
}
DEPENDS
pcbnew
COMMENT
"Fixing swig_import_helper in Kicad scripting"
)
...
...
@@ -453,7 +446,7 @@ endif(KICAD_SCRIPTING)
if
(
KICAD_SCRIPTING_MODULES
)
add_custom_target
(
FixSwigImportsModuleScripting ALL
COMMAND
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/../scripting/fixswigimports.py
${
CMAKE_CURRENT_BINARY_DIR
}
/pcbnew.py
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/
_pcbnew
DEPENDS _pcbnew
COMMENT
"Fixing swig_import_helper in Kicad scripting modules"
)
...
...
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