File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ elseif(WINRT)
603
603
endif ()
604
604
605
605
if ((NOT IOS ) AND (NOT WINRT ))
606
- message ("CMake ${APP_NAME} target_precompile_headers" )
606
+ message (STATUS "CMake ${APP_NAME} target_precompile_headers" )
607
607
target_precompile_headers (${APP_NAME} PRIVATE
608
608
"$<$<COMPILE_LANGUAGE:CXX>:axmol.h>"
609
609
)
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ if ((NOT APPLE) AND (NOT WINRT))
204
204
endif ()
205
205
206
206
if ((NOT IOS ) AND (NOT WINRT ))
207
- message ("CMake ${APP_NAME} target_precompile_headers" )
207
+ message (STATUS "CMake ${APP_NAME} target_precompile_headers" )
208
208
target_precompile_headers (${APP_NAME} PRIVATE
209
209
"$<$<COMPILE_LANGUAGE:CXX>:axmol.h>"
210
210
)
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ if ((NOT APPLE) AND (NOT WINRT))
205
205
endif ()
206
206
207
207
if ((NOT IOS ) AND (NOT WINRT ))
208
- message ("CMake ${APP_NAME} target_precompile_headers" )
208
+ message (STATUS "CMake ${APP_NAME} target_precompile_headers" )
209
209
target_precompile_headers (${APP_NAME} PRIVATE
210
210
"$<$<COMPILE_LANGUAGE:CXX>:axmol.h>"
211
211
)
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ elseif(WINRT)
209
209
endif ()
210
210
211
211
if ((NOT IOS ) AND (NOT WINRT ))
212
- message ("CMake ${APP_NAME} target_precompile_headers" )
212
+ message (STATUS "CMake ${APP_NAME} target_precompile_headers" )
213
213
target_precompile_headers (${APP_NAME} PRIVATE
214
214
"$<$<COMPILE_LANGUAGE:CXX>:axmol.h>"
215
215
)
You can’t perform that action at this time.
0 commit comments