mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
fix CXXFLAGS
This commit is contained in:
+1
-1
@@ -52,5 +52,5 @@ cmSourceGroup.o : $(DEPENDS)
|
||||
|
||||
|
||||
cmake: ${OBJS}
|
||||
${CXX} ${OBJS} ${CXX_FLAGS} -o cmake
|
||||
${CXX} ${OBJS} ${CXXFLAGS} -o cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user