Skip to content

Commit 8015150

Browse files
committed
Use TF rather than 01
1 parent 1c47e59 commit 8015150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMake/ystdlib-cpp-helpers.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ function(check_if_header_only_library SOURCE_LIST IS_HEADER_ONLY)
1111
endforeach()
1212

1313
if(_LOCAL_SOURCE_LIST STREQUAL "")
14-
set(${IS_HEADER_ONLY} 1 PARENT_SCOPE)
14+
set(${IS_HEADER_ONLY} TRUE PARENT_SCOPE)
1515
else()
16-
set(${IS_HEADER_ONLY} 0 PARENT_SCOPE)
16+
set(${IS_HEADER_ONLY} FALSE PARENT_SCOPE)
1717
endif()
1818
endfunction()
1919

0 commit comments

Comments
 (0)