Skip to content

Commit b2451a9

Browse files
committed
fix(CMake): Definitions
1 parent fec8990 commit b2451a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ endmacro()
121121
xoption(BUILD_SHARED_LIBS "Build a shared library" OFF)
122122
if(BUILD_SHARED_LIBS)
123123
message(STATUS "Building a shared library")
124-
add_definitions(-D${OPTION_NAME})
125124
endif()
126125

127126
# note: QJS_ENABLE_TSAN is currently incompatible with the other sanitizers but we

0 commit comments

Comments
 (0)