Skip to content

Commit 8075a85

Browse files
committed
Apparently astyle has a library build mode that's activated if you pass in BUILD_STATIC_LIBS. We want the executable
1 parent e8cdc58 commit 8075a85

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

astyle/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ if (ENABLE_ASTYLE)
3030
${BUILD_TYPE_SPECIFIER}
3131
-DBIN_DIR=${BIN_DIR}
3232
-DLIB_DIR=${LIB_DIR}
33-
-DBUILD_STATIC_LIBS=${BUILD_STATIC_LIBS}
3433
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
3534
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
3635
-DCMAKE_INSTALL_PREFIX=${CMAKE_NOBUNDLE_INSTALL_PREFIX}

0 commit comments

Comments
 (0)