Skip to content

Commit

Permalink
rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yaito3014 committed Aug 29, 2024
1 parent e1895da commit 1bce89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(
LANGUAGES CXX
)

option(YK_BUILD_TESTING "build tests" ${PROJECT_IS_TOP_LEVEL})
option(YK_VARIANT_VIEW_BUILD_TESTING "build tests" ${PROJECT_IS_TOP_LEVEL})

add_library(variant_view INTERFACE)

Expand Down Expand Up @@ -56,7 +56,7 @@ install(
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake
)

if(YK_BUILD_TESTING)
if(YK_VARIANT_VIEW_BUILD_TESTING)
if(Boost_unit_test_framework_FOUND)
add_subdirectory(test EXCLUDE_FROM_ALL)
else()
Expand Down

0 comments on commit 1bce89b

Please sign in to comment.