mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/string_theory: Cosmetic change
This commit is contained in:
parent
94829e74ad
commit
4acc8af33d
1 changed files with 5 additions and 2 deletions
|
@ -12,8 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
USES= cmake:testing compiler:c++20-lang
|
||||
|
||||
CMAKE_OFF= ST_BUILD_PROFILE_TEST ST_BUILD_TESTS ST_BUILD_TEST_COVERAGE
|
||||
CMAKE_ON= ST_ENABLE_STL_FILESYSTEM ST_ENABLE_STL_STRINGS
|
||||
CMAKE_OFF= ST_BUILD_PROFILE_TEST \
|
||||
ST_BUILD_TESTS \
|
||||
ST_BUILD_TEST_COVERAGE
|
||||
CMAKE_ON= ST_ENABLE_STL_FILESYSTEM \
|
||||
ST_ENABLE_STL_STRINGS
|
||||
CMAKE_TESTING_ON= ST_BUILD_TESTS
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue