Delete line with weird comment because its weird
We should fix it for reals
This commit is contained in:
parent
e944a61830
commit
e665cbac20
|
@ -19,7 +19,6 @@ set( BITMAP2COMPONENT_SRCS
|
|||
bitmap2cmp_frame.cpp
|
||||
bitmap2cmp_panel.cpp
|
||||
bitmap2cmp_panel_base.cpp
|
||||
../common/env_vars.cpp # needed on MSW to avoid a link issue (a symbol not found)
|
||||
)
|
||||
|
||||
set_source_files_properties( ${CMAKE_SOURCE_DIR}/common/single_top.cpp PROPERTIES
|
||||
|
|
|
@ -64,7 +64,6 @@ set( PCB_CALCULATOR_SRCS
|
|||
dialogs/dialog_regulator_form.cpp
|
||||
pcb_calculator_utils.cpp
|
||||
resistor_substitution_utils.cpp
|
||||
../common/env_vars.cpp # needed on MSW to avoid a link issue (a symbol not found)
|
||||
)
|
||||
|
||||
if( WIN32 )
|
||||
|
|
Loading…
Reference in New Issue