CMake: Add fast_float to list of submodules to init

CMake is set to import submodules by default but fast_float was missing
from the list.
This commit is contained in:
Eirik Marthinsen 2022-02-07 12:01:28 +01:00 committed by Magne Sjaastad
parent f2b6291a6b
commit 316cb222d9

View File

@ -264,7 +264,7 @@ set(CMAKE_CXX_COMPILER_LAUNCHER ${TEMP_CMAKE_CXX_COMPILER_LAUNCHER})
# ############################################################################## # ##############################################################################
# Go through required git submodules # # Go through required git submodules #
# ############################################################################## # ##############################################################################
list(APPEND THIRD_PARTY_SUBMODULES qwt) list(APPEND THIRD_PARTY_SUBMODULES fast_float qwt)
# ############################################################################## # ##############################################################################
# Init GIT submodules if they haven't already # # Init GIT submodules if they haven't already #