Try to fix compilation under MacOS
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
cmake_minimum_required(VERSION 3.1...3.22)
|
||||
|
||||
# Initialize the project.
|
||||
project(programs C)
|
||||
project(programs)
|
||||
|
||||
enable_language(C)
|
||||
|
||||
# =============================================================================
|
||||
# List of programs.
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
cmake_minimum_required(VERSION 3.1...3.22)
|
||||
|
||||
# Initialize the project.
|
||||
project(tests C)
|
||||
project(tests)
|
||||
|
||||
enable_language(C)
|
||||
|
||||
# =============================================================================
|
||||
# List of programs.
|
||||
|
||||
Reference in New Issue
Block a user