Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
# INCLUDE .CMAKE
# ===========================

include(${CMAKE_SOURCE_DIR}/cmake/compiler/coretrace-compiler.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/cmake/compiler/coretrace-compiler.cmake)

include(${CMAKE_SOURCE_DIR}/cmake/logger/coretraceLog.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/cmake/logger/coretraceLog.cmake)

# ===========================
# Build Options
Expand Down
2 changes: 1 addition & 1 deletion extern-project/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.28)
project(consumer_example CXX)

set(CMAKE_CXX_STANDARD 20)
Expand Down
Loading