Skip to content

Commit 2640eb2

Browse files
committed
Fix BUILD_LOCAL flag
1 parent e9c37e1 commit 2640eb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(NOT TARGET ${PROJECT_NAME})
2121
GIT_REPOSITORY https://github.com/masonlet/starlet-logger.git
2222
GIT_TAG main
2323
)
24-
endif()
2524

26-
FetchContent_MakeAvailable(starlet_math starlet_logger)
25+
FetchContent_MakeAvailable(starlet_math starlet_logger)
26+
endif()
2727
endif()
2828

2929
add_library(${PROJECT_NAME} STATIC)

0 commit comments

Comments
 (0)