Skip to content

Commit 0bfef45

Browse files
committed
Revert "Enable CXX as project language"
This reverts commit 6e0a0ef. Had no effect on the config file's state of being read by the consuming client project. Thus, the GNUInstallDirs are not needed!
1 parent 6e0a0ef commit 0bfef45

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 "CXX"
49+
LANGUAGES NONE
5050
)
5151

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

0 commit comments

Comments
 (0)