Remove a couple of now-unnecessary CMake defines #619
|
@ -41,8 +41,6 @@ cmake -DTHREADSAFE=ON \
|
||||||
-DCMAKE_C_FLAGS=-fPIC \
|
-DCMAKE_C_FLAGS=-fPIC \
|
||||||
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
|
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
|
||||||
-DCMAKE_INSTALL_PREFIX="${BUILD_PATH}/install" \
|
-DCMAKE_INSTALL_PREFIX="${BUILD_PATH}/install" \
|
||||||
-DINCLUDE_INSTALL_DIR="${BUILD_PATH}/install/include" \
|
|
||||||
-DLIB_INSTALL_DIR="${BUILD_PATH}/install/lib" \
|
|
||||||
"${VENDORED_PATH}" &&
|
"${VENDORED_PATH}" &&
|
||||||
|
|
||||||
exec cmake --build . --target install
|
exec cmake --build . --target install
|
||||||
|
|
Loading…
Reference in New Issue