Skip to content

Commit

Permalink
Remove meson in cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
crupest committed Oct 15, 2023
1 parent 1942036 commit 4786d81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ function(target_add_resources target res_dir)
endforeach(RES_FILE)
endfunction()

include(scripts/cmake/meson-projects.cmake)
# We don't use meson at present. Enable it in future.
# include(scripts/cmake/meson-projects.cmake)

add_subdirectory(src)
add_subdirectory(test)
Expand Down

0 comments on commit 4786d81

Please sign in to comment.