Skip to content

Commit

Permalink
Update cmake formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Apr 23, 2020
1 parent 6b5820e commit e3cf21c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ check_include_file("sys/stat.h" HAVE_SYS_STAT_H)
check_include_file("sys/types.h" HAVE_SYS_TYPES_H)
check_include_file("unistd.h" HAVE_UNISTD_H)

set(cvise_PACKAGE "cvise")
set(cvise_PACKAGE_BUGREPORT "https://github.com/marxin/cvise/issues")
set(cvise_PACKAGE_NAME "cvise")
set(cvise_PACKAGE_STRING "cvise 0.1.0")
set(cvise_PACKAGE_TARNAME "cvise")
set(cvise_PACKAGE_URL "https://github.com/marxin/cvise/")
set(cvise_PACKAGE_VERSION "0.1.0")
set(cvise_VERSION "0.1.0")
set(cvise_PACKAGE "cvise")
set(cvise_PACKAGE_BUGREPORT "https://github.com/marxin/cvise/issues")
set(cvise_PACKAGE_NAME "cvise")
set(cvise_PACKAGE_STRING "cvise 0.1.0")
set(cvise_PACKAGE_TARNAME "cvise")
set(cvise_PACKAGE_URL "https://github.com/marxin/cvise/")
set(cvise_PACKAGE_VERSION "0.1.0")
set(cvise_VERSION "0.1.0")

# FIXME: Should be determined automatically.
set(YYTEXT_POINTER 1)
Expand Down

0 comments on commit e3cf21c

Please sign in to comment.