Skip to content

Commit 350fd13

Browse files
committed
exclude standalone lib from default build
1 parent 227f64f commit 350fd13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if(INFOLOGGER_BUILD_LIB)
3131
endif()
3232
if(INFOLOGGER_BUILD_ALL)
3333
message("Enabling all InfoLogger modules.")
34-
set(INFOLOGGER_BUILD_LIB 1)
34+
set(INFOLOGGER_BUILD_LIB 0)
3535
endif()
3636

3737

0 commit comments

Comments
 (0)