We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c47e59 commit 8015150Copy full SHA for 8015150
CMake/ystdlib-cpp-helpers.cmake
@@ -11,9 +11,9 @@ function(check_if_header_only_library SOURCE_LIST IS_HEADER_ONLY)
11
endforeach()
12
13
if(_LOCAL_SOURCE_LIST STREQUAL "")
14
- set(${IS_HEADER_ONLY} 1 PARENT_SCOPE)
+ set(${IS_HEADER_ONLY} TRUE PARENT_SCOPE)
15
else()
16
- set(${IS_HEADER_ONLY} 0 PARENT_SCOPE)
+ set(${IS_HEADER_ONLY} FALSE PARENT_SCOPE)
17
endif()
18
endfunction()
19
0 commit comments