mirror of
https://github.com/NoelFB/blah.git
synced 2025-12-20 14:48:08 +08:00
CMake: Bump required version to 3.12 for add_compile_definitions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
project(blah)
|
||||
|
||||
# C++ version
|
||||
@@ -98,4 +98,4 @@ if (SDL2_ENABLED)
|
||||
set(LIBS ${LIBS} ${SDL2_LIBRARIES})
|
||||
endif()
|
||||
|
||||
target_link_libraries(blah PUBLIC ${LIBS})
|
||||
target_link_libraries(blah PUBLIC ${LIBS})
|
||||
|
||||
Reference in New Issue
Block a user