diff --git a/cmake/app.cmake b/cmake/app.cmake index 15afa2d645..73c983e574 100644 --- a/cmake/app.cmake +++ b/cmake/app.cmake @@ -2,10 +2,10 @@ include(.mbedbuild/mbed_config.cmake) include(${MBED_ROOT}/cmake/toolchain.cmake) -include(${MBED_ROOT}/cmake/env.cmake) -include(${MBED_ROOT}/cmake/util.cmake) include(${MBED_ROOT}/cmake/core.cmake) include(${MBED_ROOT}/cmake/profile.cmake) +include(${MBED_ROOT}/cmake/env.cmake) +include(${MBED_ROOT}/cmake/util.cmake) # if the environment does not specify build type, set to Debug if(NOT CMAKE_BUILD_TYPE)