Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fr-an-k committed Dec 7, 2023
1 parent 5dead97 commit 0510234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ if(NOT LIBREDWG_DISABLE_DXF)
src/out_dxfb.c)
set(indxf_SOURCES
src/in_dxf.c)
if(LIBREDWG_DISABLE_WRITE)
set(indxf_SOURCES
src/encode.c) # in_dxf depends on some functions
endif
endif()

Check failure on line 246 in CMakeLists.txt

View workflow job for this annotation

GitHub Actions / vs2019-ninja

Parse error. Expected "(", got newline with text "

if(NOT LIBREDWG_DISABLE_WRITE)
Expand Down

0 comments on commit 0510234

Please sign in to comment.