mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
parent
f2b6291a6b
commit
316cb222d9
@ -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 #
|
||||||
|
Loading…
Reference in New Issue
Block a user