Skip to content

Commit

Permalink
Enable starling-core test libs [AP-454] (#166)
Browse files Browse the repository at this point in the history
Turn on test libraries in starling-core by default
  • Loading branch information
woodfell committed Aug 30, 2023
1 parent be886ca commit e186d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindStarlingCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
include("GenericFindDependency")

option(starling-core_ENABLE_TESTS "" OFF)
option(starling-core_ENABLE_TEST_LIBS "" OFF)
option(starling-core_ENABLE_TEST_LIBS "" ON)

GenericFindDependency(
TARGET internal-utils
Expand Down

0 comments on commit e186d6c

Please sign in to comment.