Browse Source

Delete line with weird comment because its weird

We should fix it for reals
newinvert
Marek Roszko 2 years ago
parent
commit
e665cbac20
  1. 1
      bitmap2component/CMakeLists.txt
  2. 1
      pcb_calculator/CMakeLists.txt

1
bitmap2component/CMakeLists.txt

@ -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

1
pcb_calculator/CMakeLists.txt

@ -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…
Cancel
Save