variant_config.h.in moves to config/
... and is instantiated in the build tree now. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@957 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -24,9 +24,6 @@ include(compilerconfig)
|
||||
OPTION( BUILD_OVP "Build OVP Variant?" OFF) # Defaults to BOCHS ON
|
||||
OPTION( BUILD_BOCHS "Build Bochs Variant?" ON)
|
||||
|
||||
#### Configuration file emitting BUILD_OVP/BOCHS defines ####
|
||||
configure_file(${CMAKE_SOURCE_DIR}/core/variant_config.h.cmake ${CMAKE_SOURCE_DIR}/core/variant_config.h)
|
||||
|
||||
if(BUILD_OVP)
|
||||
message(STATUS "[${PROJECT_NAME}] Building OVP variant...")
|
||||
SET(VARIANT ovp)
|
||||
|
||||
Reference in New Issue
Block a user