Skip to content

Commit

Permalink
Next Try
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKleinePunk committed Feb 25, 2024
1 parent 1da4ae0 commit 29c3551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.20)

project(DartSharedLibrary VERSION 0.1)

Expand Down
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.20)

project(dart_dll VERSION 0.1.2)

Expand All @@ -19,6 +19,8 @@ if(WIN32)
set(LIB_PREFIX "lib")
endif()

cmake_path(ABSOLUTE_PATH DART_DIR NORMALIZE OUTPUT_VARIABLE DART_DIR)

MESSAGE(STATUS "Dart SDK ${DART_DIR}")

if(NOT EXISTS "${DART_DIR}/runtime/include/dart_api.h")
Expand Down

0 comments on commit 29c3551

Please sign in to comment.