aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildGperf.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/cmake/BuildGperf.cmake')
-rw-r--r--third-party/cmake/BuildGperf.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/third-party/cmake/BuildGperf.cmake b/third-party/cmake/BuildGperf.cmake
index e922f71ed5..71c3cc1eef 100644
--- a/third-party/cmake/BuildGperf.cmake
+++ b/third-party/cmake/BuildGperf.cmake
@@ -2,7 +2,6 @@
# cross compiling we still want to build for the HOST system, whenever
# writing a recipe that is meant for cross-compile, use the HOSTDEPS_* variables
# instead of DEPS_* - check the main CMakeLists.txt for a list.
-enable_language(CXX)
# BuildGperf(CONFIGURE_COMMAND ... BUILD_COMMAND ... INSTALL_COMMAND ...)
# Reusable function to build Gperf, wraps ExternalProject_Add.