OpenXLSX icon indicating copy to clipboard operation
OpenXLSX copied to clipboard

Please update a tag number

Open yoavmil opened this issue 2 years ago • 0 comments

Please update a tag number because tag 0.3.2 doesn't compile for me, but master does. FYI I want a tag number to integrate the library using FetchContent_Declare

FetchContent_Declare(
	OpenXLSL
	GIT_REPOSITORY "https://github.com/troldal/OpenXLSX.git"
	GIT_TAG "master" <<-- not recomented
	SOURCE_SUBDIR "OpenXLSX"
)

yoavmil avatar Mar 16 '23 12:03 yoavmil