Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayzk committed Aug 16, 2024
1 parent 35115be commit d70c222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/sz3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ foreach (SRCFILE IN LISTS cpu_source_files)
endforeach ()
install(FILES testfloat_8_8_128.dat DESTINATION ${CMAKE_INSTALL_DATADIR}/SZ3)

add_subdirectory(demo)
#add_subdirectory(demo)
4 changes: 1 addition & 3 deletions tools/sz3/demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ foreach (SRCFILE IN LISTS cpu_source_files)
target_link_libraries(${EXE} PRIVATE SZ3)
# install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${EXE}$<TARGET_FILE_SUFFIX:${EXE}> TYPE BIN)

endforeach ()

install(FILES testfloat_8_8_128.dat DESTINATION ${CMAKE_INSTALL_DATADIR}/SZ3)
endforeach ()

0 comments on commit d70c222

Please sign in to comment.