summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2024-04-30 18:29:18 -0400
committerlouist103 <35883445+louist103@users.noreply.github.com>2025-03-29 13:54:42 -0400
commitdbe8b834312131fcd80e4c5d7882c77740bc0450 (patch)
tree6f07a60434379bb31d20ce0a2e61758634c6c2b7
parentc12ec3bbc1ee2630e0788e5ec66e7ba2275aef69 (diff)
find_package spdlog (#17)
-rw-r--r--OTRExporter/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/OTRExporter/CMakeLists.txt b/OTRExporter/CMakeLists.txt
index f55daef..2305c64 100644
--- a/OTRExporter/CMakeLists.txt
+++ b/OTRExporter/CMakeLists.txt
@@ -251,9 +251,6 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU|Clang|AppleClang")
$<$<COMPILE_LANGUAGE:CXX>:-Wno-deprecated-enum-enum-conversion>
)
endif()
-
-target_compile_definitions(${PROJECT_NAME} PUBLIC -DF3DEX_GBI_2)
-
################################################################################
# Dependencies
################################################################################
@@ -263,3 +260,4 @@ add_dependencies(${PROJECT_NAME}
# Link with other targets.
target_link_libraries(${PROJECT_NAME} PUBLIC "${ADDITIONAL_LIBRARY_DEPENDENCIES}")
+