Skip to content

Commit

Permalink
Fix CMP0148 warning in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
asas1asas200 committed Nov 10, 2023
1 parent c7d3315 commit 12e95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (ENABLE_STACK_DEBUG)
endif()

# For generating the bytes tables
find_package(PythonInterp REQUIRED)
find_package(Python REQUIRED)

if(CMAKE_COMPILER_IS_GNUCXX OR "${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
set(CMAKE_CXX_FLAGS "-Wall -Wextra -Wshadow -Werror ${CMAKE_CXX_FLAGS}")
Expand Down

0 comments on commit 12e95ab

Please sign in to comment.