mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6001 from ubirch/mbed-os-5985
Corrects intermittent CLion exporter issue with cmake build directorypull/6042/head
commit
ebb39244f4
|
@ -103,4 +103,7 @@ IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/project.cmake)
|
|||
INCLUDE(${CMAKE_CURRENT_SOURCE_DIR}/project.cmake)
|
||||
ELSE()
|
||||
MESSAGE(STATUS "Add a local project.cmake file to add your own targets.")
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
# this will take care of binary directories generated by cmake/clion not to confuse the cli build
|
||||
FILE(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/.mbedignore" CONTENT "*")
|
||||
|
|
Loading…
Reference in New Issue