From 6bc625dd0c202ba0cf27e4d827c7ff4d9796b16b Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 8 Jul 2024 00:56:10 +0800 Subject: [PATCH] ... --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2af4d04c..026634df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,11 +44,6 @@ if(PK_ENABLE_PROFILER) add_definitions(-DPK_ENABLE_PROFILER=1) endif() -option(PK_NO_EXPORT_C_API "" OFF) -if(PK_NO_EXPORT_C_API) - add_definitions(-DPK_NO_EXPORT_C_API) -endif() - # PK_IS_MAIN determines whether the project is being used from root # or if it is added as a dependency (through add_subdirectory for example). if ("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")