8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38212b2 commit 171b5bdCopy full SHA for 171b5bd
CMakeLists.txt
@@ -23,7 +23,7 @@ option(JINJA2CPP_PIC "Control -fPIC option for library build" OFF)
23
option(JINJA2CPP_VERBOSE "Add extra debug output to the build scripts" OFF)
24
25
if (DEFINED BUILD_SHARED_LIBS)
26
- set(JINJA2CPP_BUILD_SHARED BUILD_SHARED_LIBS)
+ set(JINJA2CPP_BUILD_SHARED ${BUILD_SHARED_LIBS})
27
endif ()
28
29
if (JINJA2CPP_BUILD_SHARED)
0 commit comments