Add missing )
This commit is contained in:
parent
4d654c09e5
commit
db49ecb4f7
@ -181,7 +181,7 @@ if (SUPPORTS_USER_DEFINED_LITERALS AND CMAKE_COMPILER_IS_GNUCXX)
|
|||||||
# GCC before 4.9 is not supported for user-defined literals as it requires an
|
# GCC before 4.9 is not supported for user-defined literals as it requires an
|
||||||
# invalid syntax in their definition.
|
# invalid syntax in their definition.
|
||||||
set (SUPPORTS_USER_DEFINED_LITERALS
|
set (SUPPORTS_USER_DEFINED_LITERALS
|
||||||
$<IF:$<$<VERSION_LESS:$<CXX_COMPILER_VERSION>,4.9.0>,OFF,ON>
|
$<IF:$<$<VERSION_LESS:$<CXX_COMPILER_VERSION>,4.9.0>,OFF,ON>)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Make sure that compiler features detected in the header
|
# Make sure that compiler features detected in the header
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user