Skip to content

Commit 5cf043b

Browse files
authored
Merge pull request #93 from ccawley2011/cmake-language
Specify the language used by CMake
2 parents dcbecbc + c537edb commit 5cf043b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
project(beebasm)
3+
project(beebasm LANGUAGES CXX)
44

55
add_compile_options(-Wall -W -Wcast-qual -Wshadow -Wcast-align -Wold-style-cast -Woverloaded-virtual)
66

0 commit comments

Comments
 (0)