Skip to content

Commit 6e0a0ef

Browse files
committed
Enable CXX as project language
This is needed or the GNUInstallDirs module isn't going to work as intended.
1 parent 73c6595 commit 6e0a0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ project(rsp-cmake-scripts
4646
VERSION "${version_VERSION}"
4747
DESCRIPTION "A collection of CMake scripts for C++ projects"
4848
HOMEPAGE_URL "https://github.com/rsps/cmake-scripts"
49-
LANGUAGES NONE
49+
LANGUAGES "CXX"
5050
)
5151

5252
# Ensure parent project has modules and other properties available.

0 commit comments

Comments
 (0)