• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Unknown CMake command add_cxx_pch

Status
Not open for further replies.

Prosecutor

Enthusiast
I have error like this:

Code:
CMake Error at src/server/game/CMakeLists.txt:231 (add_cxx_pch):
  Unknown CMake command "add_cxx_pch".

The code is:

Code:
# Generate precompiled header
if (USE_COREPCH)
  add_cxx_pch(game ${game_STAT_PCH_HDR} ${game_STAT_PCH_SRC})
endif ()
 

Tommy

Founder
I don't receive that error and it is up to date. Are you using the standalone WotLK or the forked TrinityCore with Eluna?
 
Status
Not open for further replies.
Top