From 0cea2b25d0fcf023334fdb465a2098e4ba0b55bd Mon Sep 17 00:00:00 2001 From: Wojciech Jarosz Date: Sun, 31 Dec 2023 15:42:45 +1300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e261d51..7d3649d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project( SamplinSafari DESCRIPTION "A research tool to visualize and interactively inspect high-dimensional (quasi) Monte Carlo samplers." VERSION ${VERSION} - LANGUAGES C CXX OBJC + LANGUAGES C CXX ) message(STATUS "C++ compiler is: ${CMAKE_CXX_COMPILER_ID}")