Skip to content

Commit

Permalink
[tiny refactoring wrt. CXX language dependency for runtime build]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Sep 13, 2024
1 parent 03abcf8 commit 29a1eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4.3)
project(runtime C ASM CXX) # CXX for integration tests only
project(runtime C ASM)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR})

Expand Down
2 changes: 2 additions & 0 deletions runtime/DRuntimeIntegrationTests.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
enable_language(CXX) # for CMAKE_CXX_COMPILER

# Try to find GNU make, use specific version first (BSD) and fall back to default 'make' (Linux)
find_program(GNU_MAKE_BIN NAMES gmake gnumake make)
if(NOT GNU_MAKE_BIN)
Expand Down

0 comments on commit 29a1eb5

Please sign in to comment.