From 9ba3bc754a9abeca58515772c743a40f0b954c6f Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 23 Feb 2025 21:56:28 +0300 Subject: [PATCH] removed define --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5197e0c..aba995a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ set_target_properties(omath PROPERTIES target_compile_features(omath PUBLIC cxx_std_23) -target_compile_definitions(omath PUBLIC OMATH_EXPORT) add_subdirectory(source)