Remove a couple of now-unnecessary CMake defines #619

Merged
lhchavez merged 1 commits from fix-cmake-warnings into master 2020-06-20 14:39:04 -05:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit ebcdca176e - Show all commits

View File

@ -41,8 +41,6 @@ cmake -DTHREADSAFE=ON \
-DCMAKE_C_FLAGS=-fPIC \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DCMAKE_INSTALL_PREFIX="${BUILD_PATH}/install" \
-DINCLUDE_INSTALL_DIR="${BUILD_PATH}/install/include" \
-DLIB_INSTALL_DIR="${BUILD_PATH}/install/lib" \
"${VENDORED_PATH}" &&
exec cmake --build . --target install