From 316cb222d9b1aae4abb7f5e746ee34b93cdbce3a Mon Sep 17 00:00:00 2001 From: Eirik Marthinsen Date: Mon, 7 Feb 2022 12:01:28 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62303eabc9..a24dd8b881 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -264,7 +264,7 @@ set(CMAKE_CXX_COMPILER_LAUNCHER ${TEMP_CMAKE_CXX_COMPILER_LAUNCHER}) # ############################################################################## # 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 #