Skip to content

Commit

Permalink
Enable C++11 extensions for hex-float literals
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat Dukhan committed Jul 8, 2018
1 parent 785a90f commit 4b37bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MACRO(FP16_TARGET_ENABLE_CXX11 target)
SET_TARGET_PROPERTIES(${target} PROPERTIES
CXX_STANDARD 11
CXX_STANDARD_REQUIRED YES
CXX_EXTENSIONS NO)
CXX_EXTENSIONS YES)
ENDIF()
ENDMACRO()

Expand Down

0 comments on commit 4b37bd3

Please sign in to comment.