diff --git a/.github/workflows/kotlin-ci.yml b/.github/workflows/kotlin-ci.yml index f77bce9aa5b..1198c20ae3c 100644 --- a/.github/workflows/kotlin-ci.yml +++ b/.github/workflows/kotlin-ci.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: runs-on: macos-latest-xlarge -# if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 117b4c13fe1..ffd3e3e8f60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ message("Path to Boost: " ${Boost_INCLUDE_DIRS}) execute_process(COMMAND ls WORKING_DIRECTORY ${Boost_INCLUDE_DIRS}/boost OUTPUT_VARIABLE LS_OUTPUT) -MESSAGE( STATUS "CMD_OUTPUT:" ${LS_OUTPUT}) +MESSAGE("CMD_OUTPUT:" ${LS_OUTPUT}) include(ExternalProject)