mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
Fix CMakeLists.txt.
This commit is contained in:
parent
9870db8345
commit
509faa5a3b
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ IF(EMBED_MANIFESTS)
|
|||
STRING(REGEX MATCH "MANIFEST:NO" tmp_manifest ${CMAKE_EXE_LINKER_FLAGS})
|
||||
IF(NOT tmp_manifest)
|
||||
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO")
|
||||
ENDIF(tmp_manifest)
|
||||
ENDIF(NOT tmp_manifest)
|
||||
# Set the processor architecture.
|
||||
IF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64")
|
||||
SET(PROCESSOR_ARCH "X64")
|
||||
|
|
Loading…
Add table
Reference in a new issue